Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/cluster/
Dtcp_internal.h63 struct o2net_handshake { struct
Dtcp.c112 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()