Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Daf_unix.h109 extern struct proto unix_dgram_proto;
/openbmc/linux/net/unix/
H A Dunix_bpf.c198 unix_dgram_bpf_rebuild_protos(&unix_dgram_bpf_prot, &unix_dgram_proto); in unix_bpf_build_proto()
H A Daf_unix.c930 struct proto unix_dgram_proto = { variable
968 sk = sk_alloc(net, PF_UNIX, GFP_KERNEL, &unix_dgram_proto, kern); in unix_create1()
2435 if (prot != &unix_dgram_proto) in unix_dgram_recvmsg()
3693 rc = proto_register(&unix_dgram_proto, 1); in af_unix_init()
3702 proto_unregister(&unix_dgram_proto); in af_unix_init()
3721 proto_unregister(&unix_dgram_proto); in af_unix_exit()