Searched refs:rx_sock (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | net.c | 1369 struct socket **rx_sock) in vhost_net_stop() 1372 *rx_sock = vhost_net_stop_vq(n, &n->vqs[VHOST_NET_VQ_RX].vq); in vhost_net_stop() 1402 struct socket *rx_sock; in vhost_net_release() local 1404 vhost_net_stop(n, &tx_sock, &rx_sock); in vhost_net_release() 1411 if (rx_sock) in vhost_net_release() 1412 sockfd_put(rx_sock); in vhost_net_release() 1601 struct socket *rx_sock = NULL; in vhost_net_reset_owner() local 1614 vhost_net_stop(n, &tx_sock, &rx_sock); in vhost_net_reset_owner() 1623 if (rx_sock) in vhost_net_reset_owner() 1624 sockfd_put(rx_sock); in vhost_net_reset_owner() 1368 vhost_net_stop(struct vhost_net *n, struct socket **tx_sock, struct socket **rx_sock) vhost_net_stop() argument [all...] |
/kernel/linux/linux-6.6/drivers/vhost/ |
H A D | net.c | 1380 struct socket **rx_sock) in vhost_net_stop() 1383 *rx_sock = vhost_net_stop_vq(n, &n->vqs[VHOST_NET_VQ_RX].vq); in vhost_net_stop() 1406 struct socket *rx_sock; in vhost_net_release() local 1408 vhost_net_stop(n, &tx_sock, &rx_sock); in vhost_net_release() 1415 if (rx_sock) in vhost_net_release() 1416 sockfd_put(rx_sock); in vhost_net_release() 1605 struct socket *rx_sock = NULL; in vhost_net_reset_owner() local 1618 vhost_net_stop(n, &tx_sock, &rx_sock); in vhost_net_reset_owner() 1627 if (rx_sock) in vhost_net_reset_owner() 1628 sockfd_put(rx_sock); in vhost_net_reset_owner() 1379 vhost_net_stop(struct vhost_net *n, struct socket **tx_sock, struct socket **rx_sock) vhost_net_stop() argument [all...] |
Completed in 5 milliseconds