Searched refs:o2net_handshake (Results 1 – 2 of 2) sorted by relevance
63 struct o2net_handshake { struct
113 static struct o2net_handshake *o2net_hand;1259 struct o2net_handshake *hand = page_address(sc->sc_page); in o2net_check_handshake()1325 sc->sc_page_off -= sizeof(struct o2net_handshake); in o2net_check_handshake()1346 if(sc->sc_page_off < sizeof(struct o2net_handshake)) { in o2net_advance_rx()1348 datalen = sizeof(struct o2net_handshake) - sc->sc_page_off; in o2net_advance_rx()1354 if (sc->sc_page_off == sizeof(struct o2net_handshake)) { in o2net_advance_rx()2106 p += sizeof(struct o2net_handshake); in o2net_init()