Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/vhost/
Dnet.c1144 struct socket **rx_sock) in vhost_net_stop() argument
1147 *rx_sock = vhost_net_stop_vq(n, &n->vqs[VHOST_NET_VQ_RX].vq); in vhost_net_stop()
1177 struct socket *rx_sock; in vhost_net_release() local
1179 vhost_net_stop(n, &tx_sock, &rx_sock); in vhost_net_release()
1186 if (rx_sock) in vhost_net_release()
1187 sockfd_put(rx_sock); in vhost_net_release()
1379 struct socket *rx_sock = NULL; in vhost_net_reset_owner() local
1392 vhost_net_stop(n, &tx_sock, &rx_sock); in vhost_net_reset_owner()
1401 if (rx_sock) in vhost_net_reset_owner()
1402 sockfd_put(rx_sock); in vhost_net_reset_owner()