o2net_hand        114 fs/ocfs2/cluster/tcp.c static struct o2net_handshake *o2net_hand;
o2net_hand       1462 fs/ocfs2/cluster/tcp.c 	o2net_hand->o2hb_heartbeat_timeout_ms = cpu_to_be32(
o2net_hand       1464 fs/ocfs2/cluster/tcp.c 	o2net_hand->o2net_idle_timeout_ms = cpu_to_be32(o2net_idle_timeout());
o2net_hand       1465 fs/ocfs2/cluster/tcp.c 	o2net_hand->o2net_keepalive_delay_ms = cpu_to_be32(
o2net_hand       1467 fs/ocfs2/cluster/tcp.c 	o2net_hand->o2net_reconnect_delay_ms = cpu_to_be32(
o2net_hand       1483 fs/ocfs2/cluster/tcp.c 	      (unsigned long long)be64_to_cpu(o2net_hand->connector_id));
o2net_hand       1486 fs/ocfs2/cluster/tcp.c 	o2net_sendpage(sc, o2net_hand, sizeof(*o2net_hand));
o2net_hand       1925 fs/ocfs2/cluster/tcp.c 	o2net_sendpage(sc, o2net_hand, sizeof(*o2net_hand));
o2net_hand       2134 fs/ocfs2/cluster/tcp.c 	o2net_hand = kzalloc(sizeof(struct o2net_handshake), GFP_KERNEL);
o2net_hand       2137 fs/ocfs2/cluster/tcp.c 	if (!o2net_hand || !o2net_keep_req || !o2net_keep_resp)
o2net_hand       2140 fs/ocfs2/cluster/tcp.c 	o2net_hand->protocol_version = cpu_to_be64(O2NET_PROTOCOL_VERSION);
o2net_hand       2141 fs/ocfs2/cluster/tcp.c 	o2net_hand->connector_id = cpu_to_be64(1);
o2net_hand       2165 fs/ocfs2/cluster/tcp.c 	kfree(o2net_hand);
o2net_hand       2176 fs/ocfs2/cluster/tcp.c 	kfree(o2net_hand);