inet6_unregister_protosw
void inet6_unregister_protosw(struct inet_protosw *p);
EXPORT_SYMBOL(inet6_unregister_protosw);
inet6_unregister_protosw(&pingv6_protosw);
inet6_unregister_protosw(&rawv6_protosw);
inet6_unregister_protosw(&tcpv6_protosw);
inet6_unregister_protosw(&tcpv6_protosw);
inet6_unregister_protosw(&udpv6_protosw);
inet6_unregister_protosw(&udplite6_protosw);
inet6_unregister_protosw(&l2tp_ip6_protosw);
inet6_unregister_protosw(&sctpv6_seqpacket_protosw);
inet6_unregister_protosw(&sctpv6_stream_protosw);
inet6_unregister_protosw(&smc_inet6_protosw);