Home
last modified time | relevance | path

Searched refs:TCA_MAX (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/tools/bpf/bpftool/
Dnet.c202 struct nlattr *tb[TCA_MAX + 1], *attr; in __dump_class_nlmsg()
208 if (libbpf_nla_parse(tb, TCA_MAX, attr, len, NULL) != 0) in __dump_class_nlmsg()
241 struct nlattr *tb[TCA_MAX + 1], *attr; in __dump_qdisc_nlmsg()
247 if (libbpf_nla_parse(tb, TCA_MAX, attr, len, NULL) != 0) in __dump_qdisc_nlmsg()
280 struct nlattr *tb[TCA_MAX + 1], *attr; in __dump_filter_nlmsg()
286 if (libbpf_nla_parse(tb, TCA_MAX, attr, len, NULL) != 0) in __dump_filter_nlmsg()
/Linux-v5.10/net/sched/
Dsch_api.c1402 const struct nla_policy rtm_tca_policy[TCA_MAX + 1] = {
1422 struct nlattr *tca[TCA_MAX + 1]; in tc_get_qdisc()
1433 err = nlmsg_parse_deprecated(n, sizeof(*tcm), tca, TCA_MAX, in tc_get_qdisc()
1507 struct nlattr *tca[TCA_MAX + 1]; in tc_modify_qdisc()
1518 err = nlmsg_parse_deprecated(n, sizeof(*tcm), tca, TCA_MAX, in tc_modify_qdisc()
1744 struct nlattr *tca[TCA_MAX + 1]; in tc_dump_qdisc()
1753 err = nlmsg_parse_deprecated(nlh, sizeof(struct tcmsg), tca, TCA_MAX, in tc_dump_qdisc()
1990 struct nlattr *tca[TCA_MAX + 1]; in tc_ctl_tclass()
2005 err = nlmsg_parse_deprecated(n, sizeof(*tcm), tca, TCA_MAX, in tc_ctl_tclass()
Dcls_api.c44 extern const struct nla_policy rtm_tca_policy[TCA_MAX + 1];
1948 struct nlattr *tca[TCA_MAX + 1]; in tc_new_tfilter()
1973 err = nlmsg_parse_deprecated(n, sizeof(*t), tca, TCA_MAX, in tc_new_tfilter()
2175 struct nlattr *tca[TCA_MAX + 1]; in tc_del_tfilter()
2195 err = nlmsg_parse_deprecated(n, sizeof(*t), tca, TCA_MAX, in tc_del_tfilter()
2335 struct nlattr *tca[TCA_MAX + 1]; in tc_get_tfilter()
2352 err = nlmsg_parse_deprecated(n, sizeof(*t), tca, TCA_MAX, in tc_get_tfilter()
2535 static const struct nla_policy tcf_tfilter_dump_policy[TCA_MAX + 1] = {
2544 struct nlattr *tca[TCA_MAX + 1]; in tc_dump_tfilter()
2557 err = nlmsg_parse_deprecated(cb->nlh, sizeof(*tcm), tca, TCA_MAX, in tc_dump_tfilter()
[all …]
/Linux-v5.10/include/uapi/linux/
Drtnetlink.h617 #define TCA_MAX (__TCA_MAX - 1) macro