inet_register_protosw  100 include/net/protocol.h extern void	inet_register_protosw(struct inet_protosw *p);
inet_register_protosw 1024 net/dccp/ipv4.c 	inet_register_protosw(&dccp_v4_protosw);
inet_register_protosw 1466 net/ipv4/af_inet.c 		inet_register_protosw(q);
inet_register_protosw  117 net/ipv4/udplite.c 	inet_register_protosw(&udplite4_protosw);
inet_register_protosw 1052 net/sctp/protocol.c 	inet_register_protosw(&sctp_seqpacket_protosw);
inet_register_protosw 1053 net/sctp/protocol.c 	inet_register_protosw(&sctp_stream_protosw);