Searched refs:proto_register (Results 1 – 25 of 33) sorted by relevance
12
| /linux/net/smc/ |
| H A D | smc_inet.c | 139 rc = proto_register(&smc_inet_prot, 1); in smc_inet_init() 141 pr_err("%s: proto_register smc_inet_prot fails with %d\n", in smc_inet_init() 149 rc = proto_register(&smc_inet6_prot, 1); in smc_inet_init() 151 pr_err("%s: proto_register smc_inet6_prot fails with %d\n", in smc_inet_init()
|
| H A D | af_smc.c | 3507 rc = proto_register(&smc_proto, 1); in smc_init() 3513 rc = proto_register(&smc_proto6, 1); in smc_init()
|
| /linux/net/nfc/ |
| H A D | af_nfc.c | 52 rc = proto_register(nfc_proto->proto, 0); in nfc_proto_register()
|
| /linux/net/ieee802154/ |
| H A D | socket.c | 1119 rc = proto_register(&ieee802154_raw_prot, 1); in af_ieee802154_init() 1123 rc = proto_register(&ieee802154_dgram_prot, 1); in af_ieee802154_init()
|
| /linux/net/phonet/ |
| H A D | af_phonet.c | 469 err = proto_register(pp->prot, 1); in phonet_proto_register()
|
| /linux/net/can/ |
| H A D | af_can.c | 757 err = proto_register(cp->prot, 0); in can_proto_register()
|
| /linux/drivers/net/ppp/ |
| H A D | pptp.c | 662 err = proto_register(&pptp_sk_proto, 0); in pptp_init_module()
|
| H A D | pppoe.c | 1258 err = proto_register(&pppoe_sk_proto, 0); in pppoe_init()
|
| /linux/net/dccp/ |
| H A D | ipv4.c | |
| H A D | ipv6.c | |
| /linux/net/rxrpc/ |
| H A D | af_rxrpc.c | 1068 ret = proto_register(&rxrpc_proto, 1); in af_rxrpc_init()
|
| /linux/net/bluetooth/rfcomm/ |
| H A D | sock.c | 1067 err = proto_register(&rfcomm_proto, 0); in rfcomm_init_sockets()
|
| /linux/net/atm/ |
| H A D | common.c | 814 error = proto_register(&vcc_proto, 0); in atm_init()
|
| /linux/net/sctp/ |
| H A D | ipv6.c | 1157 rc = proto_register(&sctpv6_prot, 1); in sctp_v6_protosw_init()
|
| H A D | protocol.c | 1247 rc = proto_register(&sctp_prot, 1); in sctp_v4_protosw_init()
|
| /linux/net/qrtr/ |
| H A D | af_qrtr.c | 1301 rc = proto_register(&qrtr_proto, 1); in qrtr_proto_init()
|
| /linux/net/llc/ |
| H A D | af_llc.c | 1250 int rc = proto_register(&llc_proto, 0); in llc2_init()
|
| /linux/net/l2tp/ |
| H A D | l2tp_ppp.c | 1732 err = proto_register(&pppol2tp_sk_proto, 0); in pppol2tp_init()
|
| /linux/net/bluetooth/ |
| H A D | sco.c | 1629 err = proto_register(&sco_proto, 0); in sco_init()
|
| H A D | l2cap_sock.c | 2111 err = proto_register(&l2cap_proto, 0);
|
| /linux/net/x25/ |
| H A D | af_x25.c | 1796 rc = proto_register(&x25_proto, 0); in x25_init()
|
| /linux/net/kcm/ |
| H A D | kcmsock.c | 1899 err = proto_register(&kcm_proto, 1); in kcm_init()
|
| /linux/net/unix/ |
| H A D | af_unix.c | 3952 rc = proto_register(&unix_dgram_proto, 1); in af_unix_init() 3958 rc = proto_register(&unix_stream_proto, 1); in af_unix_init()
|
| /linux/net/core/ |
| H A D | sock.c | 4243 int proto_register(struct proto *prot, int alloc_slab) in proto_register() function 4303 EXPORT_SYMBOL(proto_register);
|
| /linux/net/iucv/ |
| H A D | af_iucv.c | 2319 err = proto_register(&iucv_proto, 0); in afiucv_init()
|
12