Home
last modified time | relevance | path

Searched refs:ttl_hoplimit (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_tun.c923 MLX5_SET(fte_match_set_lyr_2_4, headers_c, ttl_hoplimit, in mlx5e_tc_tun_parse()
925 MLX5_SET(fte_match_set_lyr_2_4, headers_v, ttl_hoplimit, in mlx5e_tc_tun_parse()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_ste.c886 spec->ttl_hoplimit = IFC_GET_CLR(fte_match_set_lyr_2_4, mask, ttl_hoplimit, clr); in dr_ste_copy_mask_spec()
Ddr_ste_v0.c1156 DR_STE_SET_TAG(eth_l3_ipv4_misc, tag, time_to_live, spec, ttl_hoplimit); in dr_ste_v0_build_eth_l3_ipv4_misc_tag()
1189 DR_STE_SET_TAG(eth_l4, tag, ipv6_hop_limit, spec, ttl_hoplimit); in dr_ste_v0_build_eth_ipv6_l3_l4_tag()
Ddr_matcher.c47 return spec->ttl_hoplimit; in dr_mask_is_ttl_set()
Ddr_ste_v1.c1515 DR_STE_SET_TAG(eth_l3_ipv4_misc_v1, tag, time_to_live, spec, ttl_hoplimit); in dr_ste_v1_build_eth_l3_ipv4_misc_tag()
1546 DR_STE_SET_TAG(eth_l4_v1, tag, ipv6_hop_limit, spec, ttl_hoplimit); in dr_ste_v1_build_eth_ipv6_l3_l4_tag()
Ddr_types.h583 u32 ttl_hoplimit:8; member
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_definer.c562 outer_headers.ttl_hoplimit, in hws_definer_conv_outer()
720 inner_headers.ttl_hoplimit, in hws_definer_conv_inner()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c3017 MLX5_SET(fte_match_set_lyr_2_4, headers_c, ttl_hoplimit, in __parse_cls_flower()
3019 MLX5_SET(fte_match_set_lyr_2_4, headers_v, ttl_hoplimit, in __parse_cls_flower()
3250 OFFLOAD(IP_TTL, 8, U8_MAX, ip4.ttl, 0, ttl_hoplimit),
3270 OFFLOAD(IPV6_HOPLIMIT, 8, U8_MAX, ip6.hop_limit, 0, ttl_hoplimit),
/linux-6.12.1/include/linux/mlx5/
Dmlx5_ifc.h585 u8 ttl_hoplimit[0x8]; member