Searched refs:o2net_handshake (Results 1 – 2 of 2) sorted by relevance
63 struct o2net_handshake { struct
112 static struct o2net_handshake *o2net_hand;1255 struct o2net_handshake *hand = page_address(sc->sc_page); in o2net_check_handshake()1321 sc->sc_page_off -= sizeof(struct o2net_handshake); in o2net_check_handshake()1342 if(sc->sc_page_off < sizeof(struct o2net_handshake)) { in o2net_advance_rx()1344 datalen = sizeof(struct o2net_handshake) - sc->sc_page_off; in o2net_advance_rx()1350 if (sc->sc_page_off == sizeof(struct o2net_handshake)) { in o2net_advance_rx()2092 o2net_hand = kzalloc(sizeof(struct o2net_handshake), GFP_KERNEL); in o2net_init()