Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/vhost/
Dnet.c1370 struct socket **rx_sock) in vhost_net_stop() argument
1373 *rx_sock = vhost_net_stop_vq(n, &n->vqs[VHOST_NET_VQ_RX].vq); in vhost_net_stop()
1403 struct socket *rx_sock; in vhost_net_release() local
1405 vhost_net_stop(n, &tx_sock, &rx_sock); in vhost_net_release()
1412 if (rx_sock) in vhost_net_release()
1413 sockfd_put(rx_sock); in vhost_net_release()
1600 struct socket *rx_sock = NULL; in vhost_net_reset_owner() local
1613 vhost_net_stop(n, &tx_sock, &rx_sock); in vhost_net_reset_owner()
1622 if (rx_sock) in vhost_net_reset_owner()
1623 sockfd_put(rx_sock); in vhost_net_reset_owner()