| /linux-6.15/net/smc/ |
| H A D | smc_inet.c | 136 rc = proto_register(&smc_inet_prot, 1); in smc_inet_init() 146 rc = proto_register(&smc_inet6_prot, 1); in smc_inet_init()
|
| /linux-6.15/net/nfc/ |
| H A D | af_nfc.c | 52 rc = proto_register(nfc_proto->proto, 0); in nfc_proto_register()
|
| /linux-6.15/net/ipv4/ |
| H A D | udplite.c | 120 if (proto_register(&udplite_prot, 1)) in udplite4_register()
|
| H A D | af_inet.c | 1900 rc = proto_register(&tcp_prot, 1); in inet_init() 1904 rc = proto_register(&udp_prot, 1); in inet_init() 1908 rc = proto_register(&raw_prot, 1); in inet_init() 1912 rc = proto_register(&ping_prot, 1); in inet_init()
|
| /linux-6.15/net/ipv6/ |
| H A D | af_inet6.c | 1091 err = proto_register(&tcpv6_prot, 1); in inet6_init() 1095 err = proto_register(&udpv6_prot, 1); in inet6_init() 1099 err = proto_register(&udplitev6_prot, 1); in inet6_init() 1103 err = proto_register(&rawv6_prot, 1); in inet6_init() 1107 err = proto_register(&pingv6_prot, 1); in inet6_init()
|
| /linux-6.15/net/bluetooth/cmtp/ |
| H A D | sock.c | 240 err = proto_register(&cmtp_proto, 0); in cmtp_init_sockets()
|
| /linux-6.15/net/bluetooth/bnep/ |
| H A D | sock.c | 229 err = proto_register(&bnep_proto, 0); in bnep_sock_init()
|
| /linux-6.15/net/bluetooth/hidp/ |
| H A D | sock.c | 281 err = proto_register(&hidp_proto, 0); in hidp_init_sockets()
|
| /linux-6.15/net/ieee802154/ |
| H A D | socket.c | 1105 rc = proto_register(&ieee802154_raw_prot, 1); in af_ieee802154_init() 1109 rc = proto_register(&ieee802154_dgram_prot, 1); in af_ieee802154_init()
|
| /linux-6.15/net/phonet/ |
| H A D | af_phonet.c | 466 err = proto_register(pp->prot, 1); in phonet_proto_register()
|
| /linux-6.15/net/l2tp/ |
| H A D | l2tp_ip.c | 695 err = proto_register(&l2tp_ip_prot, 1); in l2tp_ip_init()
|
| H A D | l2tp_ip6.c | 828 err = proto_register(&l2tp_ip6_prot, 1); in l2tp_ip6_init()
|
| /linux-6.15/net/can/ |
| H A D | af_can.c | 746 err = proto_register(cp->prot, 0); in can_proto_register()
|
| /linux-6.15/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 | 1184 err = proto_register(&pppoe_sk_proto, 0); in pppoe_init()
|
| /linux-6.15/net/mctp/ |
| H A D | af_mctp.c | 750 rc = proto_register(&mctp_proto, 0); in mctp_init()
|
| /linux-6.15/net/rds/ |
| H A D | af_rds.c | 919 ret = proto_register(&rds_proto, 1); in rds_init()
|
| /linux-6.15/net/bluetooth/rfcomm/ |
| H A D | sock.c | 1039 err = proto_register(&rfcomm_proto, 0); in rfcomm_init_sockets()
|
| /linux-6.15/net/atm/ |
| H A D | common.c | 844 error = proto_register(&vcc_proto, 0); in atm_init()
|
| /linux-6.15/net/dccp/ |
| H A D | ipv4.c | 1056 int err = proto_register(&dccp_v4_prot, 1); in dccp_v4_init()
|
| H A D | ipv6.c | 1129 int err = proto_register(&dccp_v6_prot, 1); in dccp_v6_init()
|
| /linux-6.15/net/rxrpc/ |
| H A D | af_rxrpc.c | 1054 ret = proto_register(&rxrpc_proto, 1); in af_rxrpc_init()
|
| /linux-6.15/net/llc/ |
| H A D | af_llc.c | 1255 int rc = proto_register(&llc_proto, 0); in llc2_init()
|
| /linux-6.15/crypto/ |
| H A D | af_alg.c | 1295 int err = proto_register(&alg_proto, 0); in af_alg_init()
|
| /linux-6.15/net/qrtr/ |
| H A D | af_qrtr.c | 1296 rc = proto_register(&qrtr_proto, 1); in qrtr_proto_init()
|