Home
last modified time | relevance | path

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

/linux/net/vmw_vsock/
A Daf_vsock.c118 static struct proto vsock_proto = { variable
728 sk = sk_alloc(net, AF_VSOCK, priority, &vsock_proto, kern); in __vsock_create()
2283 vsock_proto.owner = THIS_MODULE; in vsock_init()
2291 err = proto_register(&vsock_proto, 1); /* we want our slab */ in vsock_init()
2307 proto_unregister(&vsock_proto); in vsock_init()
2318 proto_unregister(&vsock_proto); in vsock_exit()

Completed in 10 milliseconds