Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dprotocol.h112 void inet6_unregister_protosw(struct inet_protosw *p);
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dudplite.c86 inet6_unregister_protosw(&udplite6_protosw); in udplitev6_exit()
H A Dping.c275 inet6_unregister_protosw(&pingv6_protosw); in pingv6_exit()
H A Daf_inet6.c786 inet6_unregister_protosw(struct inet_protosw *p) in inet6_unregister_protosw() function
799 EXPORT_SYMBOL(inet6_unregister_protosw);
H A Dtcp_ipv6.c2238 inet6_unregister_protosw(&tcpv6_protosw); in tcpv6_init()
2247 inet6_unregister_protosw(&tcpv6_protosw); in tcpv6_exit()
H A Draw.c1352 inet6_unregister_protosw(&rawv6_protosw); in rawv6_exit()
H A Dudp.c1752 inet6_unregister_protosw(&udpv6_protosw); in udpv6_exit()
/OK3568_Linux_fs/kernel/net/dccp/
H A Dipv6.c1139 inet6_unregister_protosw(&dccp_v6_protosw); in dccp_v6_init()
1148 inet6_unregister_protosw(&dccp_v6_protosw); in dccp_v6_exit()
/OK3568_Linux_fs/kernel/net/sctp/
H A Dipv6.c1145 inet6_unregister_protosw(&sctpv6_seqpacket_protosw); in sctp_v6_protosw_exit()
1146 inet6_unregister_protosw(&sctpv6_stream_protosw); in sctp_v6_protosw_exit()
/OK3568_Linux_fs/kernel/net/l2tp/
H A Dl2tp_ip6.c796 inet6_unregister_protosw(&l2tp_ip6_protosw); in l2tp_ip6_exit()