inet_protosw      109 include/net/protocol.h void inet_register_protosw(struct inet_protosw *p);
inet_protosw      110 include/net/protocol.h void inet_unregister_protosw(struct inet_protosw *p);
inet_protosw      115 include/net/protocol.h int inet6_register_protosw(struct inet_protosw *p);
inet_protosw      116 include/net/protocol.h void inet6_unregister_protosw(struct inet_protosw *p);
inet_protosw     1006 net/dccp/ipv4.c static struct inet_protosw dccp_v4_protosw = {
inet_protosw     1090 net/dccp/ipv6.c static struct inet_protosw dccp_v6_protosw = {
inet_protosw      251 net/ipv4/af_inet.c 	struct inet_protosw *answer;
inet_protosw     1088 net/ipv4/af_inet.c static struct inet_protosw inetsw_array[] =
inet_protosw     1126 net/ipv4/af_inet.c void inet_register_protosw(struct inet_protosw *p)
inet_protosw     1129 net/ipv4/af_inet.c 	struct inet_protosw *answer;
inet_protosw     1141 net/ipv4/af_inet.c 		answer = list_entry(lh, struct inet_protosw, list);
inet_protosw     1173 net/ipv4/af_inet.c void inet_unregister_protosw(struct inet_protosw *p)
inet_protosw     1911 net/ipv4/af_inet.c 	struct inet_protosw *q;
inet_protosw       66 net/ipv4/udplite.c static struct inet_protosw udplite4_protosw = {
inet_protosw      113 net/ipv6/af_inet6.c 	struct inet_protosw *answer;
inet_protosw      667 net/ipv6/af_inet6.c int inet6_register_protosw(struct inet_protosw *p)
inet_protosw      670 net/ipv6/af_inet6.c 	struct inet_protosw *answer;
inet_protosw      686 net/ipv6/af_inet6.c 		answer = list_entry(lh, struct inet_protosw, list);
inet_protosw      724 net/ipv6/af_inet6.c inet6_unregister_protosw(struct inet_protosw *p)
inet_protosw      183 net/ipv6/ping.c static struct inet_protosw pingv6_protosw = {
inet_protosw     1385 net/ipv6/raw.c static struct inet_protosw rawv6_protosw = {
inet_protosw     2064 net/ipv6/tcp_ipv6.c static struct inet_protosw tcpv6_protosw = {
inet_protosw     1686 net/ipv6/udp.c static struct inet_protosw udpv6_protosw = {
inet_protosw       61 net/ipv6/udplite.c static struct inet_protosw udplite6_protosw = {
inet_protosw      647 net/l2tp/l2tp_ip.c static struct inet_protosw l2tp_ip_protosw = {
inet_protosw      780 net/l2tp/l2tp_ip6.c static struct inet_protosw l2tp_ip6_protosw = {
inet_protosw     1040 net/sctp/ipv6.c static struct inet_protosw sctpv6_seqpacket_protosw = {
inet_protosw     1047 net/sctp/ipv6.c static struct inet_protosw sctpv6_stream_protosw = {
inet_protosw     1045 net/sctp/protocol.c static struct inet_protosw sctp_seqpacket_protosw = {
inet_protosw     1052 net/sctp/protocol.c static struct inet_protosw sctp_stream_protosw = {