Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Daf_unix.h110 extern struct proto unix_stream_proto;
/openbmc/linux/net/unix/
H A Dunix_bpf.c199 unix_stream_bpf_rebuild_protos(&unix_stream_bpf_prot, &unix_stream_proto); in unix_bpf_build_proto()
H A Daf_unix.c941 struct proto unix_stream_proto = { variable
966 sk = sk_alloc(net, PF_UNIX, GFP_KERNEL, &unix_stream_proto, kern); in unix_create1()
2903 if (prot != &unix_stream_proto) in unix_stream_recvmsg()
3700 rc = proto_register(&unix_stream_proto, 1); in af_unix_init()
3723 proto_unregister(&unix_stream_proto); in af_unix_exit()