inet6_register_protosw
int inet6_register_protosw(struct inet_protosw *p);
EXPORT_SYMBOL(inet6_register_protosw);
return inet6_register_protosw(&pingv6_protosw);
return inet6_register_protosw(&rawv6_protosw);
ret = inet6_register_protosw(&tcpv6_protosw);
ret = inet6_register_protosw(&udpv6_protosw);
ret = inet6_register_protosw(&udplite6_protosw);
inet6_register_protosw(&l2tp_ip6_protosw);
err = inet6_register_protosw(&mptcp_v6_protosw);
inet6_register_protosw(&sctpv6_seqpacket_protosw);
inet6_register_protosw(&sctpv6_stream_protosw);
rc = inet6_register_protosw(&smc_inet6_protosw);