Home
last modified time | relevance | path

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

/openbmc/linux/net/bridge/netfilter/
H A Debt_ip6.c97 pptr->icmphdr.type < info->icmpv6_type[0] || in ebt_ip6_mt()
98 pptr->icmphdr.type > info->icmpv6_type[1] || in ebt_ip6_mt()
133 if (info->icmpv6_type[0] > info->icmpv6_type[1] || in ebt_ip6_mt_check()
/openbmc/linux/include/uapi/linux/netfilter_bridge/
H A Debt_ip6.h44 __u8 icmpv6_type[2]; member
/openbmc/linux/include/uapi/linux/
H A Dopenvswitch.h487 __u8 icmpv6_type; member
/openbmc/linux/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); in mlx5_esw_bridge_ingress_mld_fg_create()
933 MLX5_SET_TO_ONES(fte_match_param, rule_spec->match_criteria, misc_parameters_3.icmpv6_type); in mlx5_esw_bridge_ingress_mld_fh_create()
934 MLX5_SET(fte_match_param, rule_spec->match_value, misc_parameters_3.icmpv6_type, type); in mlx5_esw_bridge_ingress_mld_fh_create()
/openbmc/linux/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); in dr_ste_copy_mask_misc3()
H A Ddr_matcher.c281 return (misc3->icmpv6_type || misc3->icmpv6_code || in dr_mask_is_icmpv6_set()
H A Ddr_types.h775 u8 icmpv6_type; member
H A Ddr_ste_v0.c1427 icmp_type = &misc_3->icmpv6_type; in dr_ste_v0_build_icmp_tag()
H A Ddr_ste_v1.c1765 icmp_type = &misc3->icmpv6_type; in dr_ste_v1_build_icmp_tag()
/openbmc/linux/net/openvswitch/
H A Dflow_netlink.c1730 htons(icmpv6_key->icmpv6_type), is_mask); in ovs_key_from_nlattrs()
2233 icmpv6_key->icmpv6_type = ntohs(output->tp.src); in __ovs_nla_put_key()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c2997 MLX5_SET(fte_match_set_misc3, misc_c_3, icmpv6_type, in __parse_cls_flower()
2999 MLX5_SET(fte_match_set_misc3, misc_v_3, icmpv6_type, in __parse_cls_flower()
/openbmc/linux/include/linux/mlx5/
H A Dmlx5_ifc.h693 u8 icmpv6_type[0x8]; member