Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dact_api.c106 if (n_i >= TCA_ACT_MAX_PRIO) in tcf_dump_walker()
573 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in tcf_action_init()
578 err = nla_parse_nested(tb, TCA_ACT_MAX_PRIO, nla, NULL); in tcf_action_init()
582 for (i = 1; i <= TCA_ACT_MAX_PRIO && tb[i]; i++) { in tcf_action_init()
866 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in tca_action_gd()
870 ret = nla_parse_nested(tb, TCA_ACT_MAX_PRIO, nla, NULL); in tca_action_gd()
881 for (i = 1; i <= TCA_ACT_MAX_PRIO && tb[i]; i++) { in tca_action_gd()
1002 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in find_dump_kind()
1012 if (nla_parse(tb, TCA_ACT_MAX_PRIO, nla_data(tb1), in find_dump_kind()
/linux-4.1.27/include/uapi/linux/
Dpkt_cls.h89 #define TCA_ACT_MAX_PRIO 32 macro