Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dprotocol.h114 void inet6_unregister_protosw(struct inet_protosw *p);
/linux-6.15/net/ipv6/
H A Dudplite.c102 inet6_unregister_protosw(&udplite6_protosw); in udplitev6_exit()
H A Dping.c305 inet6_unregister_protosw(&pingv6_protosw); in pingv6_exit()
H A Daf_inet6.c808 inet6_unregister_protosw(struct inet_protosw *p) in inet6_unregister_protosw() function
821 EXPORT_SYMBOL(inet6_unregister_protosw);
H A Draw.c1312 inet6_unregister_protosw(&rawv6_protosw); in rawv6_exit()
H A Dtcp_ipv6.c2441 inet6_unregister_protosw(&tcpv6_protosw);
2450 inet6_unregister_protosw(&tcpv6_protosw);
H A Dudp.c1971 inet6_unregister_protosw(&udpv6_protosw); in udpv6_exit()
/linux-6.15/net/smc/
H A Dsmc_inet.c171 inet6_unregister_protosw(&smc_inet6_protosw); in smc_inet_exit()
/linux-6.15/net/dccp/
H A Dipv6.c1149 inet6_unregister_protosw(&dccp_v6_protosw); in dccp_v6_init()
1158 inet6_unregister_protosw(&dccp_v6_protosw); in dccp_v6_exit()
/linux-6.15/net/sctp/
H A Dipv6.c1212 inet6_unregister_protosw(&sctpv6_seqpacket_protosw); in sctp_v6_protosw_exit()
1213 inet6_unregister_protosw(&sctpv6_stream_protosw); in sctp_v6_protosw_exit()
/linux-6.15/net/l2tp/
H A Dl2tp_ip6.c849 inet6_unregister_protosw(&l2tp_ip6_protosw); in l2tp_ip6_exit()