Searched refs:tx_sock (Results 1 – 1 of 1) sorted by relevance
1371 static void vhost_net_stop(struct vhost_net *n, struct socket **tx_sock, in vhost_net_stop() argument1374 *tx_sock = vhost_net_stop_vq(n, &n->vqs[VHOST_NET_VQ_TX].vq); in vhost_net_stop()1397 struct socket *tx_sock; in vhost_net_release() local1400 vhost_net_stop(n, &tx_sock, &rx_sock); in vhost_net_release()1405 if (tx_sock) in vhost_net_release()1406 sockfd_put(tx_sock); in vhost_net_release()1593 struct socket *tx_sock = NULL; in vhost_net_reset_owner() local1607 vhost_net_stop(n, &tx_sock, &rx_sock); in vhost_net_reset_owner()1614 if (tx_sock) in vhost_net_reset_owner()1615 sockfd_put(tx_sock); in vhost_net_reset_owner()