Home
last modified time | relevance | path

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

/linux/fs/ocfs2/cluster/
H A Dtcp.c113 static struct o2net_handshake *o2net_hand; variable
1447 o2net_hand->o2hb_heartbeat_timeout_ms = cpu_to_be32( in o2net_initialize_handshake()
1449 o2net_hand->o2net_idle_timeout_ms = cpu_to_be32(o2net_idle_timeout()); in o2net_initialize_handshake()
1450 o2net_hand->o2net_keepalive_delay_ms = cpu_to_be32( in o2net_initialize_handshake()
1452 o2net_hand->o2net_reconnect_delay_ms = cpu_to_be32( in o2net_initialize_handshake()
1468 (unsigned long long)be64_to_cpu(o2net_hand->connector_id)); in o2net_sc_connect_completed()
1471 o2net_sendpage(sc, o2net_hand, sizeof(*o2net_hand)); in o2net_sc_connect_completed()
1892 o2net_sendpage(sc, o2net_hand, sizeof(*o2net_hand)); in o2net_accept_one()
2108 o2net_hand = p; in o2net_init()
2114 o2net_hand->protocol_version = cpu_to_be64(O2NET_PROTOCOL_VERSION); in o2net_init()
[all …]