Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dfs_ttc.c16 bool use_l4_type; member
184 .use_l4_type = true,
206 .use_l4_type = true,
230 .use_l4_type = true,
242 mlx5_ttc_get_fs_groups(bool use_l4_type, bool ipsec_rss) in mlx5_ttc_get_fs_groups() argument
245 return use_l4_type ? &ttc_groups[TTC_GROUPS_USE_L4_TYPE] : in mlx5_ttc_get_fs_groups()
248 return use_l4_type ? &ttc_groups[TTC_GROUPS_USE_L4_TYPE_ESP] : in mlx5_ttc_get_fs_groups()
334 u8 proto, bool use_l4_type) in mlx5_fs_ttc_set_match_proto() argument
338 if (use_l4_type && (proto == IPPROTO_TCP || proto == IPPROTO_UDP)) { in mlx5_fs_ttc_set_match_proto()
355 bool use_l4_type, bool ipsec_rss) in mlx5_generate_ttc_rule() argument
[all …]