inet6_register_protosw  106 include/net/protocol.h extern int	inet6_register_protosw(struct inet_protosw *p);
inet6_register_protosw 1220 net/dccp/ipv6.c 	inet6_register_protosw(&dccp_v6_protosw);
inet6_register_protosw 1349 net/ipv6/raw.c 	ret = inet6_register_protosw(&rawv6_protosw);
inet6_register_protosw 2102 net/ipv6/tcp_ipv6.c 	ret = inet6_register_protosw(&tcpv6_protosw);
inet6_register_protosw 1079 net/ipv6/udp.c 	ret = inet6_register_protosw(&udpv6_protosw);
inet6_register_protosw   77 net/ipv6/udplite.c 	ret = inet6_register_protosw(&udplite6_protosw);
inet6_register_protosw 1068 net/sctp/ipv6.c 	inet6_register_protosw(&sctpv6_seqpacket_protosw);
inet6_register_protosw 1069 net/sctp/ipv6.c 	inet6_register_protosw(&sctpv6_stream_protosw);