Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/tc_act/
Dtc_pedit.h49 __PEDIT_CMD_MAX, enumerator
52 #define TCA_PEDIT_CMD_MAX (__PEDIT_CMD_MAX - 1)
/Linux-v4.19/include/net/tc_act/
Dtc_pedit.h50 return __PEDIT_CMD_MAX; in tcf_pedit_cmd()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c1886 struct pedit_headers masks[__PEDIT_CMD_MAX], vals[__PEDIT_CMD_MAX], *cmd_masks; in parse_tc_pedit_action()
1893 memset(masks, 0, sizeof(struct pedit_headers) * __PEDIT_CMD_MAX); in parse_tc_pedit_action()
1894 memset(vals, 0, sizeof(struct pedit_headers) * __PEDIT_CMD_MAX); in parse_tc_pedit_action()
1928 for (cmd = 0; cmd < __PEDIT_CMD_MAX; cmd++) { in parse_tc_pedit_action()