Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/tc_act/
Dtc_pedit.h47 __PEDIT_CMD_MAX, enumerator
50 #define TCA_PEDIT_CMD_MAX (__PEDIT_CMD_MAX - 1)
/linux-6.1.9/include/net/tc_act/
Dtc_pedit.h51 return __PEDIT_CMD_MAX; in tcf_pedit_cmd()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_priv.h40 struct pedit_headers_action hdrs[__PEDIT_CMD_MAX];
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c3272 for (cmd = 0; cmd < __PEDIT_CMD_MAX; cmd++) { in verify_offload_pedit_fields()