Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/vhost/
Dnet.c758 struct socket **rx_sock) in vhost_net_stop() argument
761 *rx_sock = vhost_net_stop_vq(n, &n->vqs[VHOST_NET_VQ_RX].vq); in vhost_net_stop()
791 struct socket *rx_sock; in vhost_net_release() local
793 vhost_net_stop(n, &tx_sock, &rx_sock); in vhost_net_release()
800 if (rx_sock) in vhost_net_release()
801 sockfd_put(rx_sock); in vhost_net_release()
970 struct socket *rx_sock = NULL; in vhost_net_reset_owner() local
983 vhost_net_stop(n, &tx_sock, &rx_sock); in vhost_net_reset_owner()
991 if (rx_sock) in vhost_net_reset_owner()
992 sockfd_put(rx_sock); in vhost_net_reset_owner()