inet_unregister_protosw
void inet_unregister_protosw(struct inet_protosw *p);
EXPORT_SYMBOL(inet_unregister_protosw);
inet_unregister_protosw(&l2tp_ip_protosw);
inet_unregister_protosw(&sctp_stream_protosw);
inet_unregister_protosw(&sctp_seqpacket_protosw);
inet_unregister_protosw(&smc_inet_protosw);
inet_unregister_protosw(&smc_inet_protosw);