hand             1258 fs/ocfs2/cluster/tcp.c 	struct o2net_handshake *hand = page_address(sc->sc_page);
hand             1261 fs/ocfs2/cluster/tcp.c 	if (hand->protocol_version != cpu_to_be64(O2NET_PROTOCOL_VERSION)) {
hand             1265 fs/ocfs2/cluster/tcp.c 		       (unsigned long long)be64_to_cpu(hand->protocol_version),
hand             1278 fs/ocfs2/cluster/tcp.c 	if (be32_to_cpu(hand->o2net_idle_timeout_ms) !=
hand             1283 fs/ocfs2/cluster/tcp.c 		       be32_to_cpu(hand->o2net_idle_timeout_ms),
hand             1289 fs/ocfs2/cluster/tcp.c 	if (be32_to_cpu(hand->o2net_keepalive_delay_ms) !=
hand             1294 fs/ocfs2/cluster/tcp.c 		       be32_to_cpu(hand->o2net_keepalive_delay_ms),
hand             1300 fs/ocfs2/cluster/tcp.c 	if (be32_to_cpu(hand->o2hb_heartbeat_timeout_ms) !=
hand             1305 fs/ocfs2/cluster/tcp.c 		       be32_to_cpu(hand->o2hb_heartbeat_timeout_ms),
hand             1326 fs/ocfs2/cluster/tcp.c 		memmove(hand, hand + 1, sc->sc_page_off);