__vsock_create 73 include/net/af_vsock.h struct sock *__vsock_create(struct net *net, __vsock_create 639 net/vmw_vsock/af_vsock.c EXPORT_SYMBOL_GPL(__vsock_create); __vsock_create 1868 net/vmw_vsock/af_vsock.c return __vsock_create(net, sock, NULL, GFP_KERNEL, 0, kern) ? 0 : -ENOMEM; __vsock_create 316 net/vmw_vsock/hyperv_transport.c new = __vsock_create(sock_net(sk), NULL, sk, GFP_KERNEL, __vsock_create 1015 net/vmw_vsock/virtio_transport_common.c child = __vsock_create(sock_net(sk), NULL, sk, GFP_KERNEL, __vsock_create 1016 net/vmw_vsock/vmci_transport.c pending = __vsock_create(sock_net(sk), NULL, sk, GFP_KERNEL,