Home
last modified time | relevance | path

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

/linux/include/net/
H A Daf_vsock.h305 static inline bool vsock_net_check_mode(struct net *ns0, struct net *ns1) in vsock_net_check_mode() function
/linux/net/vmw_vsock/
H A Daf_vsock.c308 vsock_net_check_mode(sock_net(sk), net)) in __vsock_find_bound_socket_net()
314 vsock_net_check_mode(sock_net(sk), net)) in __vsock_find_bound_socket_net()
333 vsock_net_check_mode(sock_net(sk), net)) { in __vsock_find_connected_socket_net()
/linux/drivers/vhost/
H A Dvsock.c87 vsock_net_check_mode(net, vsock->net)) in vhost_vsock_get()