Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dprotocol.h117 void inet6_unregister_protosw(struct inet_protosw *p);
/linux-4.4.14/net/ipv6/
Dudplite.c91 inet6_unregister_protosw(&udplite6_protosw); in udplitev6_exit()
Dping.c274 inet6_unregister_protosw(&pingv6_protosw); in pingv6_exit()
Daf_inet6.c629 inet6_unregister_protosw(struct inet_protosw *p) in inet6_unregister_protosw() function
642 EXPORT_SYMBOL(inet6_unregister_protosw);
Dtcp_ipv6.c1957 inet6_unregister_protosw(&tcpv6_protosw); in tcpv6_init()
1966 inet6_unregister_protosw(&tcpv6_protosw); in tcpv6_exit()
Draw.c1341 inet6_unregister_protosw(&rawv6_protosw); in rawv6_exit()
Dudp.c1583 inet6_unregister_protosw(&udpv6_protosw); in udpv6_exit()
/linux-4.4.14/net/dccp/
Dipv6.c1094 inet6_unregister_protosw(&dccp_v6_protosw); in dccp_v6_init()
1104 inet6_unregister_protosw(&dccp_v6_protosw); in dccp_v6_exit()
/linux-4.4.14/net/sctp/
Dipv6.c1070 inet6_unregister_protosw(&sctpv6_seqpacket_protosw); in sctp_v6_protosw_exit()
1071 inet6_unregister_protosw(&sctpv6_stream_protosw); in sctp_v6_protosw_exit()
/linux-4.4.14/net/l2tp/
Dl2tp_ip6.c793 inet6_unregister_protosw(&l2tp_ip6_protosw); in l2tp_ip6_exit()