Home
last modified time | relevance | path

Searched refs:inet_register_protosw (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/include/net/
H A Dprotocol.h107 void inet_register_protosw(struct inet_protosw *p);
/linux-6.15/net/ipv4/
H A Dudplite.c126 inet_register_protosw(&udplite4_protosw); in udplite4_register()
H A Daf_inet.c1191 void inet_register_protosw(struct inet_protosw *p) in inet_register_protosw() function
1236 EXPORT_SYMBOL(inet_register_protosw);
1959 inet_register_protosw(q); in inet_init()
/linux-6.15/net/smc/
H A Dsmc_inet.c143 inet_register_protosw(&smc_inet_protosw); in smc_inet_init()
/linux-6.15/net/l2tp/
H A Dl2tp_ip.c703 inet_register_protosw(&l2tp_ip_protosw); in l2tp_ip_init()
/linux-6.15/net/sctp/
H A Dprotocol.c1280 inet_register_protosw(&sctp_seqpacket_protosw); in sctp_v4_protosw_init()
1281 inet_register_protosw(&sctp_stream_protosw); in sctp_v4_protosw_init()
/linux-6.15/net/dccp/
H A Dipv4.c1061 inet_register_protosw(&dccp_v4_protosw); in dccp_v4_init()
/linux-6.15/net/mptcp/
H A Dprotocol.c4051 inet_register_protosw(&mptcp_protosw); in mptcp_proto_init()