Home
last modified time | relevance | path

Searched refs:inet6_register_protosw (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.6/include/net/
Dprotocol.h110 int inet6_register_protosw(struct inet_protosw *p);
/Linux-v6.6/net/ipv6/
Dudplite.c90 ret = inet6_register_protosw(&udplite6_protosw); in udplitev6_init()
Dping.c290 return inet6_register_protosw(&pingv6_protosw); in pingv6_init()
Daf_inet6.c746 int inet6_register_protosw(struct inet_protosw *p) in inet6_register_protosw() function
800 EXPORT_SYMBOL(inet6_register_protosw);
Draw.c1309 return inet6_register_protosw(&rawv6_protosw); in rawv6_init()
Dudp.c1806 ret = inet6_register_protosw(&udpv6_protosw); in udpv6_init()
Dtcp_ipv6.c2239 ret = inet6_register_protosw(&tcpv6_protosw); in tcpv6_init()
/Linux-v6.6/net/sctp/
Dipv6.c1198 inet6_register_protosw(&sctpv6_seqpacket_protosw); in sctp_v6_protosw_init()
1199 inet6_register_protosw(&sctpv6_stream_protosw); in sctp_v6_protosw_init()
/Linux-v6.6/net/l2tp/
Dl2tp_ip6.c782 inet6_register_protosw(&l2tp_ip6_protosw); in l2tp_ip6_init()
/Linux-v6.6/net/dccp/
Dipv6.c1142 inet6_register_protosw(&dccp_v6_protosw); in dccp_v6_init()
/Linux-v6.6/net/mptcp/
Dprotocol.c4077 err = inet6_register_protosw(&mptcp_v6_protosw); in mptcp_proto_v6_init()