net_protocol 97 include/net/protocol.h extern struct net_protocol __rcu *inet_protos[MAX_INET_PROTOS]; net_protocol 105 include/net/protocol.h int inet_add_protocol(const struct net_protocol *prot, unsigned char num); net_protocol 106 include/net/protocol.h int inet_del_protocol(const struct net_protocol *prot, unsigned char num); net_protocol 970 net/dccp/ipv4.c static const struct net_protocol dccp_v4_protocol = { net_protocol 1696 net/ipv4/af_inet.c static const struct net_protocol igmp_protocol = { net_protocol 1705 net/ipv4/af_inet.c static struct net_protocol tcp_protocol = { net_protocol 1718 net/ipv4/af_inet.c static struct net_protocol udp_protocol = { net_protocol 1727 net/ipv4/af_inet.c static const struct net_protocol icmp_protocol = { net_protocol 1117 net/ipv4/fou.c const struct net_protocol *ipprot = rcu_dereference(inet_protos[proto]); net_protocol 195 net/ipv4/gre_demux.c static const struct net_protocol net_gre_protocol = { net_protocol 754 net/ipv4/icmp.c const struct net_protocol *ipprot; net_protocol 189 net/ipv4/ip_input.c const struct net_protocol *ipprot; net_protocol 319 net/ipv4/ip_input.c const struct net_protocol *ipprot; net_protocol 3031 net/ipv4/ipmr.c static const struct net_protocol pim_protocol = { net_protocol 27 net/ipv4/protocol.c struct net_protocol __rcu *inet_protos[MAX_INET_PROTOS] __read_mostly; net_protocol 32 net/ipv4/protocol.c int inet_add_protocol(const struct net_protocol *prot, unsigned char protocol) net_protocol 40 net/ipv4/protocol.c return !cmpxchg((const struct net_protocol **)&inet_protos[protocol], net_protocol 52 net/ipv4/protocol.c int inet_del_protocol(const struct net_protocol *prot, unsigned char protocol) net_protocol 56 net/ipv4/protocol.c ret = (cmpxchg((const struct net_protocol **)&inet_protos[protocol], net_protocol 376 net/ipv4/sysctl_net_ipv4.c struct net_protocol *ipprot; net_protocol 190 net/ipv4/tunnel4.c static const struct net_protocol tunnel4_protocol = { net_protocol 198 net/ipv4/tunnel4.c static const struct net_protocol tunnel64_protocol = { net_protocol 207 net/ipv4/tunnel4.c static const struct net_protocol tunnelmpls4_protocol = { net_protocol 30 net/ipv4/udplite.c static const struct net_protocol udplite_protocol = { net_protocol 171 net/ipv4/xfrm4_protocol.c static const struct net_protocol esp4_protocol = { net_protocol 178 net/ipv4/xfrm4_protocol.c static const struct net_protocol ah4_protocol = { net_protocol 185 net/ipv4/xfrm4_protocol.c static const struct net_protocol ipcomp4_protocol = { net_protocol 197 net/ipv4/xfrm4_protocol.c static inline const struct net_protocol *netproto(unsigned char protocol) net_protocol 654 net/l2tp/l2tp_ip.c static struct net_protocol l2tp_ip_protocol __read_mostly = { net_protocol 1061 net/sctp/protocol.c static const struct net_protocol sctp_protocol = {