Home
last modified time | relevance | path

Searched refs:proto_register (Results 1 – 25 of 32) sorted by relevance

12

/linux/net/smc/
H A Dsmc_inet.c123 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 Daf_nfc.c52 rc = proto_register(nfc_proto->proto, 0); in nfc_proto_register()
/linux/net/ipv4/
H A Dudplite.c120 if (proto_register(&udplite_prot, 1)) in udplite4_register()
/linux/net/bluetooth/cmtp/
H A Dsock.c240 err = proto_register(&cmtp_proto, 0); in cmtp_init_sockets()
/linux/net/bluetooth/bnep/
H A Dsock.c229 err = proto_register(&bnep_proto, 0); in bnep_sock_init()
/linux/net/bluetooth/hidp/
H A Dsock.c281 err = proto_register(&hidp_proto, 0); in hidp_init_sockets()
/linux/net/l2tp/
H A Dl2tp_ip6.c829 err = proto_register(&l2tp_ip6_prot, 1); in l2tp_ip6_init()
H A Dl2tp_ppp.c1675 err = proto_register(&pppol2tp_sk_proto, 0); in pppol2tp_init()
/linux/net/mctp/
H A Daf_mctp.c862 rc = proto_register(&mctp_proto, 0); in mctp_init()
/linux/net/bluetooth/rfcomm/
H A Dsock.c1040 err = proto_register(&rfcomm_proto, 0); in rfcomm_init_sockets()
/linux/net/dccp/
H A Dipv4.c
H A Dipv6.c
/linux/net/atm/
H A Dcommon.c854 error = proto_register(&vcc_proto, 0); in atm_init()
/linux/net/qrtr/
H A Daf_qrtr.c1296 rc = proto_register(&qrtr_proto, 1); in qrtr_proto_init()
/linux/net/llc/
H A Daf_llc.c1255 int rc = proto_register(&llc_proto, 0); in llc2_init()
/linux/net/sctp/
H A Dipv6.c1155 rc = proto_register(&sctpv6_prot, 1); in sctp_v6_protosw_init()
/linux/net/netrom/
H A Daf_netrom.c1392 int rc = proto_register(&nr_proto, 0); in nr_proto_init()
/linux/net/bluetooth/
H A Dsco.c1555 err = proto_register(&sco_proto, 0); in sco_init()
H A Dl2cap_sock.c1981 err = proto_register(&l2cap_proto, 0); in l2cap_init_sockets()
/linux/net/x25/
H A Daf_x25.c1796 rc = proto_register(&x25_proto, 0); in x25_init()
/linux/net/rose/
H A Daf_rose.c1568 rc = proto_register(&rose_proto, 0); in rose_proto_init()
/linux/net/appletalk/
H A Dddp.c1936 rc = proto_register(&ddp_proto, 0); in atalk_init()
/linux/net/core/
H A Dsock.c4183 int proto_register(struct proto *prot, int alloc_slab) in proto_register() function
4239 EXPORT_SYMBOL(proto_register);
/linux/net/unix/
H A Daf_unix.c3933 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 Daf_ax25.c2048 int rc = proto_register(&ax25_proto, 0); in ax25_init()

12