Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/vmw_vsock/
H A Dhyperv_transport.c289 unsigned char conn_from_host; in hvs_open_connection() local
302 conn_from_host = chan->offermsg.offer.u.pipe.user_def[0]; in hvs_open_connection()
306 hvs_addr_init(&addr, conn_from_host ? if_type : if_instance); in hvs_open_connection()
312 if ((conn_from_host && sk->sk_state != TCP_LISTEN) || in hvs_open_connection()
313 (!conn_from_host && sk->sk_state != TCP_SYN_SENT)) in hvs_open_connection()
316 if (conn_from_host) { in hvs_open_connection()
376 conn_from_host ? new : sk); in hvs_open_connection()
378 if (conn_from_host) { in hvs_open_connection()
387 set_per_channel_state(chan, conn_from_host ? new : sk); in hvs_open_connection()
390 sock_hold(conn_from_host in hvs_open_connection()
[all...]
/kernel/linux/linux-6.6/net/vmw_vsock/
H A Dhyperv_transport.c298 unsigned char conn_from_host; in hvs_open_connection() local
311 conn_from_host = chan->offermsg.offer.u.pipe.user_def[0]; in hvs_open_connection()
315 hvs_addr_init(&addr, conn_from_host ? if_type : if_instance); in hvs_open_connection()
321 if ((conn_from_host && sk->sk_state != TCP_LISTEN) || in hvs_open_connection()
322 (!conn_from_host && sk->sk_state != TCP_SYN_SENT)) in hvs_open_connection()
325 if (conn_from_host) { in hvs_open_connection()
387 conn_from_host ? new : sk); in hvs_open_connection()
389 if (conn_from_host) { in hvs_open_connection()
398 set_per_channel_state(chan, conn_from_host ? new : sk); in hvs_open_connection()
401 sock_hold(conn_from_host in hvs_open_connection()
[all...]

Completed in 3 milliseconds