Searched refs:TCA_ACT_MAX (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/net/sched/ |
D | act_api.c | 493 struct nlattr *tb[TCA_ACT_MAX + 1]; in tcf_action_init_1() 498 err = nla_parse_nested(tb, TCA_ACT_MAX, nla, NULL); in tcf_action_init_1() 709 struct nlattr *tb[TCA_ACT_MAX + 1]; in tcf_action_get_1() 714 err = nla_parse_nested(tb, TCA_ACT_MAX, nla, NULL); in tcf_action_get_1() 767 struct nlattr *tb[TCA_ACT_MAX + 1]; in tca_action_flush() 780 err = nla_parse_nested(tb, TCA_ACT_MAX, nla, NULL); in tca_action_flush() 951 struct nlattr *tca[TCA_ACT_MAX + 1]; in tc_ctl_action() 958 ret = nlmsg_parse(n, sizeof(struct tcamsg), tca, TCA_ACT_MAX, NULL); in tc_ctl_action() 1001 struct nlattr *tb1, *tb2[TCA_ACT_MAX + 1]; in find_dump_kind() 1018 if (nla_parse(tb2, TCA_ACT_MAX, nla_data(tb[1]), in find_dump_kind()
|
/linux-4.1.27/include/uapi/linux/ |
D | pkt_cls.h | 87 #define TCA_ACT_MAX __TCA_ACT_MAX macro 88 #define TCA_OLD_COMPAT (TCA_ACT_MAX+1)
|