Home
last modified time | relevance | path

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

/net/vmw_vsock/
Daf_vsock.c118 static struct proto vsock_proto = { variable
585 sk = sk_alloc(net, AF_VSOCK, priority, &vsock_proto, kern); in __vsock_create()
1951 vsock_proto.owner = owner; in __vsock_core_init()
1961 err = proto_register(&vsock_proto, 1); /* we want our slab */ in __vsock_core_init()
1978 proto_unregister(&vsock_proto); in __vsock_core_init()
1995 proto_unregister(&vsock_proto); in vsock_core_exit()