Searched refs:o2net_handshake (Results 1 – 2 of 2) sorted by relevance
63 struct o2net_handshake { struct
113 static struct o2net_handshake *o2net_hand;1256 struct o2net_handshake *hand = page_address(sc->sc_page); in o2net_check_handshake()1322 sc->sc_page_off -= sizeof(struct o2net_handshake); in o2net_check_handshake()1343 if(sc->sc_page_off < sizeof(struct o2net_handshake)) { in o2net_advance_rx()1345 datalen = sizeof(struct o2net_handshake) - sc->sc_page_off; in o2net_advance_rx()1351 if (sc->sc_page_off == sizeof(struct o2net_handshake)) { in o2net_advance_rx()2096 o2net_hand = kzalloc(sizeof(struct o2net_handshake), GFP_KERNEL); in o2net_init()
Completed in 8 milliseconds