Home
last modified time | relevance | path

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

/fs/ocfs2/cluster/
Dtcp_internal.h79 struct o2net_handshake { struct
Dtcp.c127 static struct o2net_handshake *o2net_hand;
1273 struct o2net_handshake *hand = page_address(sc->sc_page); in o2net_check_handshake()
1339 sc->sc_page_off -= sizeof(struct o2net_handshake); in o2net_check_handshake()
1360 if(sc->sc_page_off < sizeof(struct o2net_handshake)) { in o2net_advance_rx()
1362 datalen = sizeof(struct o2net_handshake) - sc->sc_page_off; in o2net_advance_rx()
1368 if (sc->sc_page_off == sizeof(struct o2net_handshake)) { in o2net_advance_rx()
2173 o2net_hand = kzalloc(sizeof(struct o2net_handshake), GFP_KERNEL); in o2net_init()