Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/vhost/
Dnet.c1372 struct socket **rx_sock) in vhost_net_stop() argument
1375 *rx_sock = vhost_net_stop_vq(n, &n->vqs[VHOST_NET_VQ_RX].vq); in vhost_net_stop()
1398 struct socket *rx_sock; in vhost_net_release() local
1400 vhost_net_stop(n, &tx_sock, &rx_sock); in vhost_net_release()
1407 if (rx_sock) in vhost_net_release()
1408 sockfd_put(rx_sock); in vhost_net_release()
1594 struct socket *rx_sock = NULL; in vhost_net_reset_owner() local
1607 vhost_net_stop(n, &tx_sock, &rx_sock); in vhost_net_reset_owner()
1616 if (rx_sock) in vhost_net_reset_owner()
1617 sockfd_put(rx_sock); in vhost_net_reset_owner()