Searched refs:vsock_proto (Results 1 – 1 of 1) sorted by relevance
106 static struct proto vsock_proto = { variable590 sk = sk_alloc(net, AF_VSOCK, priority, &vsock_proto); in __vsock_create()1941 vsock_proto.owner = owner; in __vsock_core_init()1953 err = proto_register(&vsock_proto, 1); /* we want our slab */ in __vsock_core_init()1970 proto_unregister(&vsock_proto); in __vsock_core_init()1986 proto_unregister(&vsock_proto); in vsock_core_exit()