Searched refs:vsock_proto (Results 1 – 3 of 3) sorted by relevance
174 vsock_bpf_rebuild_protos(&vsock_bpf_prot, &vsock_proto); in vsock_bpf_build_proto()
182 struct proto vsock_proto = { variable 947 sk = sk_alloc(net, AF_VSOCK, priority, &vsock_proto, kern); in __vsock_create() 1572 if (prot != &vsock_proto) in vsock_do_ioctl() 2622 if (prot != &vsock_proto)3027 vsock_proto.owner = THIS_MODULE; in vsock_init() 3035 err = proto_register(&vsock_proto, 1); /* we want our slab */ in vsock_exit() 3060 proto_unregister(&vsock_proto); in vsock_core_register() 3071 proto_unregister(&vsock_proto); in vsock_core_register()
262 extern struct proto vsock_proto;