Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dact_api.c114 if (n_i >= TCA_ACT_MAX_PRIO) in tcf_dump_walker()
591 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in tcf_action_init()
596 err = nla_parse_nested(tb, TCA_ACT_MAX_PRIO, nla, NULL); in tcf_action_init()
600 for (i = 1; i <= TCA_ACT_MAX_PRIO && tb[i]; i++) { in tcf_action_init()
884 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in tca_action_gd()
888 ret = nla_parse_nested(tb, TCA_ACT_MAX_PRIO, nla, NULL); in tca_action_gd()
899 for (i = 1; i <= TCA_ACT_MAX_PRIO && tb[i]; i++) { in tca_action_gd()
1020 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in find_dump_kind()
1030 if (nla_parse(tb, TCA_ACT_MAX_PRIO, nla_data(tb1), in find_dump_kind()
/linux-4.4.14/include/uapi/linux/
Dpkt_cls.h74 #define TCA_ACT_MAX_PRIO 32 macro