Home
last modified time | relevance | path

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

/Linux-v5.10/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()
/Linux-v5.10/include/uapi/linux/netfilter_bridge/
Debt_ip.h45 __u8 icmp_type[2]; member
/Linux-v5.10/include/uapi/linux/
Dopenvswitch.h441 __u8 icmp_type; member
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_ste.c969 spec->icmpv4_type = MLX5_GET(fte_match_set_misc3, mask, icmp_type); in dr_ste_copy_mask_misc3()
1868 u32 icmp_type; in dr_ste_build_flex_parser_1_tag() local
1875 icmp_type = misc_3->icmpv4_type; in dr_ste_build_flex_parser_1_tag()
1881 icmp_type = misc_3->icmpv6_type; in dr_ste_build_flex_parser_1_tag()
1889 if (icmp_type) { in dr_ste_build_flex_parser_1_tag()
1891 (icmp_type << ICMP_TYPE_OFFSET_FIRST_DW)); in dr_ste_build_flex_parser_1_tag()
/Linux-v5.10/net/openvswitch/
Dflow_netlink.c1695 htons(icmp_key->icmp_type), is_mask); in ovs_key_from_nlattrs()
2190 icmp_key->icmp_type = ntohs(output->tp.src); in __ovs_nla_put_key()
/Linux-v5.10/include/linux/mlx5/
Dmlx5_ifc.h616 u8 icmp_type[0x8]; member