Searched refs:proto_register (Results 1 – 25 of 32) sorted by relevance
12
| /linux/net/smc/ |
| H A D | smc_inet.c | 123 rc = proto_register(&smc_inet_prot, 1); in smc_inet_init() 133 rc = proto_register(&smc_inet6_prot, 1); in smc_inet_init()
|
| /linux/net/nfc/ |
| H A D | af_nfc.c | 52 rc = proto_register(nfc_proto->proto, 0); in nfc_proto_register()
|
| /linux/net/ipv4/ |
| H A D | udplite.c | 120 if (proto_register(&udplite_prot, 1)) in udplite4_register()
|
| /linux/net/bluetooth/cmtp/ |
| H A D | sock.c | 240 err = proto_register(&cmtp_proto, 0); in cmtp_init_sockets()
|
| /linux/net/bluetooth/bnep/ |
| H A D | sock.c | 229 err = proto_register(&bnep_proto, 0); in bnep_sock_init()
|
| /linux/net/bluetooth/hidp/ |
| H A D | sock.c | 281 err = proto_register(&hidp_proto, 0); in hidp_init_sockets()
|
| /linux/net/l2tp/ |
| H A D | l2tp_ip6.c | 829 err = proto_register(&l2tp_ip6_prot, 1); in l2tp_ip6_init()
|
| H A D | l2tp_ppp.c | 1675 err = proto_register(&pppol2tp_sk_proto, 0); in pppol2tp_init()
|
| /linux/net/mctp/ |
| H A D | af_mctp.c | 862 rc = proto_register(&mctp_proto, 0); in mctp_init()
|
| /linux/net/bluetooth/rfcomm/ |
| H A D | sock.c | 1040 err = proto_register(&rfcomm_proto, 0); in rfcomm_init_sockets()
|
| /linux/net/dccp/ |
| H A D | ipv4.c | |
| H A D | ipv6.c | |
| /linux/net/atm/ |
| H A D | common.c | 854 error = proto_register(&vcc_proto, 0); in atm_init()
|
| /linux/net/qrtr/ |
| H A D | af_qrtr.c | 1296 rc = proto_register(&qrtr_proto, 1); in qrtr_proto_init()
|
| /linux/net/llc/ |
| H A D | af_llc.c | 1255 int rc = proto_register(&llc_proto, 0); in llc2_init()
|
| /linux/net/sctp/ |
| H A D | ipv6.c | 1155 rc = proto_register(&sctpv6_prot, 1); in sctp_v6_protosw_init()
|
| /linux/net/netrom/ |
| H A D | af_netrom.c | 1392 int rc = proto_register(&nr_proto, 0); in nr_proto_init()
|
| /linux/net/bluetooth/ |
| H A D | sco.c | 1555 err = proto_register(&sco_proto, 0); in sco_init()
|
| H A D | l2cap_sock.c | 1981 err = proto_register(&l2cap_proto, 0); in l2cap_init_sockets()
|
| /linux/net/x25/ |
| H A D | af_x25.c | 1796 rc = proto_register(&x25_proto, 0); in x25_init()
|
| /linux/net/rose/ |
| H A D | af_rose.c | 1568 rc = proto_register(&rose_proto, 0); in rose_proto_init()
|
| /linux/net/appletalk/ |
| H A D | ddp.c | 1936 rc = proto_register(&ddp_proto, 0); in atalk_init()
|
| /linux/net/core/ |
| H A D | sock.c | 4183 int proto_register(struct proto *prot, int alloc_slab) in proto_register() function 4239 EXPORT_SYMBOL(proto_register);
|
| /linux/net/unix/ |
| H A D | af_unix.c | 3933 rc = proto_register(&unix_dgram_proto, 1); in af_unix_init() 3939 rc = proto_register(&unix_stream_proto, 1); in af_unix_init()
|
| /linux/net/ax25/ |
| H A D | af_ax25.c | 2048 int rc = proto_register(&ax25_proto, 0); in ax25_init()
|
12