Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/ramster/cluster/
Dtcp.c123 static struct r2net_handshake *r2net_hand; variable
1617 r2net_hand->r2hb_heartbeat_timeout_ms = cpu_to_be32( in r2net_initialize_handshake()
1619 r2net_hand->r2net_idle_timeout_ms = cpu_to_be32(r2net_idle_timeout()); in r2net_initialize_handshake()
1620 r2net_hand->r2net_keepalive_delay_ms = cpu_to_be32( in r2net_initialize_handshake()
1622 r2net_hand->r2net_reconnect_delay_ms = cpu_to_be32( in r2net_initialize_handshake()
1638 (unsigned long long)be64_to_cpu(r2net_hand->connector_id)); in r2net_sc_connect_completed()
1641 r2net_sendpage(sc, r2net_hand, sizeof(*r2net_hand)); in r2net_sc_connect_completed()
2036 r2net_sendpage(sc, r2net_hand, sizeof(*r2net_hand)); in r2net_accept_one()
2215 r2net_hand = kzalloc(sizeof(struct r2net_handshake), GFP_KERNEL); in r2net_init()
2218 if (!r2net_hand || !r2net_keep_req || !r2net_keep_resp) { in r2net_init()
[all …]