/linux-4.4.14/include/uapi/linux/ |
D | in.h | 30 IPPROTO_ICMP = 1, /* Internet Control Message Protocol */ enumerator 31 #define IPPROTO_ICMP IPPROTO_ICMP macro
|
/linux-4.4.14/net/netfilter/ipset/ |
D | ip_set_getport.c | 65 case IPPROTO_ICMP: { in get_port() 114 case IPPROTO_ICMP: in ip_set_get_ip4_port()
|
D | ip_set_hash_ipport.c | 147 if (!(with_ports || e.proto == IPPROTO_ICMP)) in hash_ipport4_uadt()
|
D | ip_set_hash_ipportip.c | 154 if (!(with_ports || e.proto == IPPROTO_ICMP)) in hash_ipportip4_uadt()
|
D | ip_set_hash_netport.c | 205 if (!(with_ports || e.proto == IPPROTO_ICMP)) in hash_netport4_uadt()
|
D | ip_set_hash_ipportnet.c | 216 if (!(with_ports || e.proto == IPPROTO_ICMP)) in hash_ipportnet4_uadt()
|
D | ip_set_hash_netportnet.c | 238 if (!(with_ports || e.proto == IPPROTO_ICMP)) in hash_netportnet4_uadt()
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_conntrack_proto_icmp.c | 192 if (LOG_INVALID(net, IPPROTO_ICMP)) in icmp_error() 201 if (LOG_INVALID(net, IPPROTO_ICMP)) in icmp_error() 214 if (LOG_INVALID(net, IPPROTO_ICMP)) in icmp_error() 402 .l4proto = IPPROTO_ICMP,
|
D | nf_nat_proto_icmp.c | 76 .l4proto = IPPROTO_ICMP,
|
D | nf_nat_l3proto_ipv4.c | 296 if (ip_hdr(skb)->protocol == IPPROTO_ICMP) { in nf_nat_ipv4_fn() 396 (ct->tuplehash[dir].tuple.dst.protonum != IPPROTO_ICMP && in nf_nat_ipv4_out() 440 ct->tuplehash[dir].tuple.dst.protonum != IPPROTO_ICMP && in nf_nat_ipv4_local_fn()
|
D | nf_log_ipv4.c | 114 case IPPROTO_ICMP: { in dump_ipv4_packet()
|
D | ipt_CLUSTERIP.c | 319 if (ip_hdr(skb)->protocol == IPPROTO_ICMP && in clusterip_tg()
|
D | ip_tables.c | 2063 .proto = IPPROTO_ICMP,
|
/linux-4.4.14/samples/bpf/ |
D | sockex1_user.c | 40 key = IPPROTO_ICMP; in main()
|
D | sock_example.c | 80 key = IPPROTO_ICMP; in test_sock()
|
D | sockex3_kern.c | 180 case IPPROTO_ICMP: in parse_ip_proto()
|
/linux-4.4.14/net/netfilter/ |
D | xt_HMARK.c | 102 if (t->proto != IPPROTO_ICMP) { in hmark_ct_set_htuple() 262 if (ip->protocol == IPPROTO_ICMP) { in hmark_pkt_set_htuple_ipv4() 280 if (t->proto == IPPROTO_ICMP) in hmark_pkt_set_htuple_ipv4()
|
D | xt_socket.c | 173 } else if (iph->protocol == IPPROTO_ICMP) { in xt_socket_lookup_slow_v4() 188 ((iph->protocol != IPPROTO_ICMP && in xt_socket_lookup_slow_v4() 190 (iph->protocol == IPPROTO_ICMP && in xt_socket_lookup_slow_v4()
|
D | xt_AUDIT.c | 55 case IPPROTO_ICMP: in audit_proto()
|
/linux-4.4.14/net/ipv4/ |
D | icmp.c | 429 fl4.flowi4_proto = IPPROTO_ICMP; in icmp_reply() 477 fl4->flowi4_proto = IPPROTO_ICMP; in icmp_route_lookup() 625 if (iph->protocol == IPPROTO_ICMP) { in icmp_send() 1083 ipv4_update_pmtu(skb, net, info, 0, 0, IPPROTO_ICMP, 0); in icmp_err() 1085 ipv4_redirect(skb, net, 0, 0, IPPROTO_ICMP, 0); in icmp_err() 1184 SOCK_RAW, IPPROTO_ICMP, net); in icmp_sk_init()
|
D | raw.c | 187 if ((iph->protocol != IPPROTO_ICMP || !icmp_filter(sk, skb)) && in raw_v4_input() 410 if (iph->protocol == IPPROTO_ICMP && in raw_send_hdrinc() 439 if (fl4->flowi4_proto != IPPROTO_ICMP) in raw_probe_proto_opt() 779 if (inet_sk(sk)->inet_num == IPPROTO_ICMP) in raw_init() 816 if (inet_sk(sk)->inet_num != IPPROTO_ICMP) in do_raw_setsockopt() 846 if (inet_sk(sk)->inet_num != IPPROTO_ICMP) in do_raw_getsockopt()
|
D | xfrm4_policy.c | 140 case IPPROTO_ICMP: in _decode_session4()
|
D | af_inet.c | 1015 .protocol = IPPROTO_ICMP, 1720 if (inet_add_protocol(&icmp_protocol, IPPROTO_ICMP) < 0) in inet_init()
|
D | route.c | 1746 if (unlikely(ip_hdr(skb)->protocol == IPPROTO_ICMP)) in ip_mkroute_input() 2558 ip_hdr(skb)->protocol = IPPROTO_ICMP; in inet_rtm_getroute()
|
D | cipso_ipv4.c | 1793 if (ip_hdr(skb)->protocol == IPPROTO_ICMP || error != -EACCES) in cipso_v4_error()
|
D | ip_output.c | 1431 if (iph->protocol == IPPROTO_ICMP) in __ip_make_skb()
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_nfct.c | 117 if (new_tuple.dst.protonum != IPPROTO_ICMP && in ip_vs_update_conntrack() 122 if (new_tuple.dst.protonum != IPPROTO_ICMP && in ip_vs_update_conntrack()
|
D | ip_vs_core.c | 93 case IPPROTO_ICMP: in ip_vs_proto_name() 1215 if (unlikely(iph.protocol == IPPROTO_ICMP)) { in ip_vs_out() 1732 if (unlikely(iph.protocol == IPPROTO_ICMP)) { in ip_vs_in() 1909 if (ip_hdr(skb)->protocol != IPPROTO_ICMP) in ip_vs_forward_icmp()
|
/linux-4.4.14/net/sched/ |
D | act_nat.c | 146 iph->protocol != IPPROTO_ICMP) { in tcf_nat() 188 case IPPROTO_ICMP: in tcf_nat()
|
D | act_csum.c | 335 case IPPROTO_ICMP: in tcf_csum_ipv4()
|
/linux-4.4.14/net/bridge/netfilter/ |
D | nft_reject_bridge.c | 121 niph = nf_reject_iphdr_put(nskb, oldskb, IPPROTO_ICMP, in nft_reject_br_send_v4_unreach()
|
/linux-4.4.14/net/openvswitch/ |
D | flow.c | 560 } else if (key->ip.proto == IPPROTO_ICMP) { in key_extract()
|
D | flow_netlink.c | 189 if (match->key->ip.proto == IPPROTO_ICMP) { in match_validate() 1583 swkey->ip.proto == IPPROTO_ICMP) { in __ovs_nla_put_key()
|
/linux-4.4.14/include/net/ |
D | xfrm.h | 868 case IPPROTO_ICMP: in xfrm_flowi_sport() 895 case IPPROTO_ICMP: in xfrm_flowi_dport()
|
/linux-4.4.14/net/core/ |
D | flow_dissector.c | 764 case IPPROTO_ICMP: in __skb_get_poff()
|