ttl_hoplimit     1746 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		MLX5_SET(fte_match_set_lyr_2_4, headers_c, ttl_hoplimit,
ttl_hoplimit     1748 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		MLX5_SET(fte_match_set_lyr_2_4, headers_v, ttl_hoplimit,
ttl_hoplimit     2077 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		MLX5_SET(fte_match_set_lyr_2_4, headers_c, ttl_hoplimit,
ttl_hoplimit     2079 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		MLX5_SET(fte_match_set_lyr_2_4, headers_v, ttl_hoplimit,
ttl_hoplimit     2298 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	OFFLOAD(IP_TTL, 1, ip4.ttl,   0, ttl_hoplimit),
ttl_hoplimit     2318 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	OFFLOAD(IPV6_HOPLIMIT, 1, ip6.hop_limit, 0, ttl_hoplimit),
ttl_hoplimit       59 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c 	return spec->ttl_hoplimit;
ttl_hoplimit      889 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c 	spec->ttl_hoplimit = MLX5_GET(fte_match_set_lyr_2_4, mask, ttl_hoplimit);
ttl_hoplimit     1552 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c 	DR_STE_SET_MASK_V(eth_l3_ipv4_misc, bit_mask, time_to_live, mask, ttl_hoplimit);
ttl_hoplimit     1563 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c 	DR_STE_SET_TAG(eth_l3_ipv4_misc, tag, time_to_live, spec, ttl_hoplimit);
ttl_hoplimit     1594 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c 	DR_STE_SET_MASK_V(eth_l4, bit_mask, ipv6_hop_limit, mask, ttl_hoplimit);
ttl_hoplimit     1618 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c 	DR_STE_SET_TAG(eth_l4, tag, ipv6_hop_limit, spec, ttl_hoplimit);
ttl_hoplimit      400 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h 	u32 ttl_hoplimit:8;
ttl_hoplimit      468 include/linux/mlx5/mlx5_ifc.h 	u8         ttl_hoplimit[0x8];