Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dact_api.c1326 static const struct nla_policy tcaa_policy[TCA_ROOT_MAX + 1] = {
1336 struct nlattr *tca[TCA_ROOT_MAX + 1]; in tc_ctl_action()
1344 ret = nlmsg_parse(n, sizeof(struct tcamsg), tca, TCA_ROOT_MAX, NULL, in tc_ctl_action()
1418 struct nlattr *tb[TCA_ROOT_MAX + 1]; in tc_dump_action()
1426 ret = nlmsg_parse(cb->nlh, sizeof(struct tcamsg), tb, TCA_ROOT_MAX, in tc_dump_action()
/Linux-v4.19/include/uapi/linux/
Drtnetlink.h727 #define TCA_ROOT_MAX (__TCA_ROOT_MAX - 1) macro