Searched refs:TCA_ACT_MAX (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/net/sched/ |
D | act_api.c | 511 struct nlattr *tb[TCA_ACT_MAX + 1]; in tcf_action_init_1() 516 err = nla_parse_nested(tb, TCA_ACT_MAX, nla, NULL); in tcf_action_init_1() 727 struct nlattr *tb[TCA_ACT_MAX + 1]; in tcf_action_get_1() 732 err = nla_parse_nested(tb, TCA_ACT_MAX, nla, NULL); in tcf_action_get_1() 785 struct nlattr *tb[TCA_ACT_MAX + 1]; in tca_action_flush() 798 err = nla_parse_nested(tb, TCA_ACT_MAX, nla, NULL); in tca_action_flush() 969 struct nlattr *tca[TCA_ACT_MAX + 1]; in tc_ctl_action() 976 ret = nlmsg_parse(n, sizeof(struct tcamsg), tca, TCA_ACT_MAX, NULL); in tc_ctl_action() 1019 struct nlattr *tb1, *tb2[TCA_ACT_MAX + 1]; in find_dump_kind() 1036 if (nla_parse(tb2, TCA_ACT_MAX, nla_data(tb[1]), in find_dump_kind()
|
/linux-4.4.14/include/uapi/linux/ |
D | pkt_cls.h | 72 #define TCA_ACT_MAX __TCA_ACT_MAX macro 73 #define TCA_OLD_COMPAT (TCA_ACT_MAX+1)
|