inet_register_protosw
void inet_register_protosw(struct inet_protosw *p);
EXPORT_SYMBOL(inet_register_protosw);
inet_register_protosw(q);
inet_register_protosw(&udplite4_protosw);
inet_register_protosw(&l2tp_ip_protosw);
inet_register_protosw(&mptcp_protosw);
inet_register_protosw(&sctp_seqpacket_protosw);
inet_register_protosw(&sctp_stream_protosw);
inet_register_protosw(&smc_inet_protosw);