Home
last modified time | relevance | path

Searched refs:icmp_type (Results 1 – 3 of 3) sorted by relevance

/net/bridge/netfilter/
Debt_ip.c90 pptr->icmphdr.type < info->icmp_type[0] || in ebt_ip_mt()
91 pptr->icmphdr.type > info->icmp_type[1] || in ebt_ip_mt()
132 if (info->icmp_type[0] > info->icmp_type[1] || in ebt_ip_mt_check()
/net/ipv4/
Dip_output.c1465 u8 icmp_type; in __ip_make_skb() local
1473 icmp_type = fl4->fl4_icmp_type; in __ip_make_skb()
1475 icmp_type = icmp_hdr(skb)->type; in __ip_make_skb()
1476 icmp_out_count(net, icmp_type); in __ip_make_skb()
/net/openvswitch/
Dflow_netlink.c1719 htons(icmp_key->icmp_type), is_mask); in ovs_key_from_nlattrs()
2222 icmp_key->icmp_type = ntohs(output->tp.src); in __ovs_nla_put_key()