Searched refs:icmpv6_type (Results 1 - 12 of 12) sorted by relevance

/linux-master/include/uapi/linux/netfilter_bridge/
H A Debt_ip6.h44 __u8 icmpv6_type[2]; member in union:ebt_ip6_info::__anon13104
/linux-master/net/bridge/netfilter/
H A Debt_ip6.c97 pptr->icmphdr.type < info->icmpv6_type[0] ||
98 pptr->icmphdr.type > info->icmpv6_type[1] ||
133 if (info->icmpv6_type[0] > info->icmpv6_type[1] ||
/linux-master/include/uapi/linux/
H A Dopenvswitch.h487 __u8 icmpv6_type; member in struct:ovs_key_icmpv6
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge_mcast.c828 MLX5_SET_TO_ONES(fte_match_param, match, misc_parameters_3.icmpv6_type);
933 MLX5_SET_TO_ONES(fte_match_param, rule_spec->match_criteria, misc_parameters_3.icmpv6_type);
934 MLX5_SET(fte_match_param, rule_spec->match_value, misc_parameters_3.icmpv6_type, type);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_ste.c972 spec->icmpv6_type = IFC_GET_CLR(fte_match_set_misc3, mask, icmpv6_type, clr);
H A Ddr_matcher.c281 return (misc3->icmpv6_type || misc3->icmpv6_code ||
H A Ddr_types.h771 u8 icmpv6_type; member in struct:mlx5dr_match_misc3
H A Ddr_ste_v1.c1765 icmp_type = &misc3->icmpv6_type;
H A Ddr_ste_v0.c1427 icmp_type = &misc_3->icmpv6_type;
/linux-master/net/openvswitch/
H A Dflow_netlink.c1730 htons(icmpv6_key->icmpv6_type), is_mask);
2233 icmpv6_key->icmpv6_type = ntohs(output->tp.src);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c2999 MLX5_SET(fte_match_set_misc3, misc_c_3, icmpv6_type,
3001 MLX5_SET(fte_match_set_misc3, misc_v_3, icmpv6_type,
/linux-master/include/linux/mlx5/
H A Dmlx5_ifc.h694 u8 icmpv6_type[0x8]; member in struct:mlx5_ifc_fte_match_set_misc3_bits

Completed in 355 milliseconds