Searched refs:o2net_handshake (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/cluster/
H A Dtcp_internal.h64 struct o2net_handshake { struct
H A Dtcp.c132 static struct o2net_handshake *o2net_hand;
1134 struct o2net_handshake *hand = page_address(sc->sc_page);
1199 sc->sc_page_off -= sizeof(struct o2net_handshake);
1220 if(sc->sc_page_off < sizeof(struct o2net_handshake)) {
1222 datalen = sizeof(struct o2net_handshake) - sc->sc_page_off;
1228 if (sc->sc_page_off == sizeof(struct o2net_handshake)) {
1924 o2net_hand = kzalloc(sizeof(struct o2net_handshake), GFP_KERNEL);

Completed in 98 milliseconds