Home
last modified time | relevance | path

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

/Linux-v5.4/net/vmw_vsock/
Dhyperv_transport.c325 unsigned char conn_from_host; in hvs_open_connection() local
338 conn_from_host = chan->offermsg.offer.u.pipe.user_def[0]; in hvs_open_connection()
347 hvs_addr_init(&addr, conn_from_host ? if_type : if_instance); in hvs_open_connection()
353 if ((conn_from_host && sk->sk_state != TCP_LISTEN) || in hvs_open_connection()
354 (!conn_from_host && sk->sk_state != TCP_SYN_SENT)) in hvs_open_connection()
357 if (conn_from_host) { in hvs_open_connection()
403 conn_from_host ? new : sk); in hvs_open_connection()
405 if (conn_from_host) { in hvs_open_connection()
414 set_per_channel_state(chan, conn_from_host ? new : sk); in hvs_open_connection()
417 sock_hold(conn_from_host ? new : sk); in hvs_open_connection()
[all …]