Searched refs:rx_sock (Results 1 – 1 of 1) sorted by relevance
1354 struct socket **rx_sock) in vhost_net_stop() argument1357 *rx_sock = vhost_net_stop_vq(n, &n->vqs[VHOST_NET_VQ_RX].vq); in vhost_net_stop()1380 struct socket *rx_sock; in vhost_net_release() local1382 vhost_net_stop(n, &tx_sock, &rx_sock); in vhost_net_release()1389 if (rx_sock) in vhost_net_release()1390 sockfd_put(rx_sock); in vhost_net_release()1578 struct socket *rx_sock = NULL; in vhost_net_reset_owner() local1591 vhost_net_stop(n, &tx_sock, &rx_sock); in vhost_net_reset_owner()1600 if (rx_sock) in vhost_net_reset_owner()1601 sockfd_put(rx_sock); in vhost_net_reset_owner()