Searched refs:TCA_BPF_MAX (Results 1 – 5 of 5) sorted by relevance
140 struct nlattr *tb[TCA_BPF_MAX + 1]; in do_bpf_filter_dump()143 if (libbpf_nla_parse_nested(tb, TCA_BPF_MAX, attr, NULL) < 0) in do_bpf_filter_dump()
53 static const struct nla_policy bpf_policy[TCA_BPF_MAX + 1] = {465 struct nlattr *tb[TCA_BPF_MAX + 1]; in cls_bpf_change()472 ret = nla_parse_nested_deprecated(tb, TCA_BPF_MAX, tca[TCA_OPTIONS], in cls_bpf_change()
380 #define TCA_BPF_MAX (__TCA_BPF_MAX - 1) macro
463 #define TCA_BPF_MAX (__TCA_BPF_MAX - 1) macro
552 struct nlattr *tbb[TCA_BPF_MAX + 1]; in __get_tc_info()562 libbpf_nla_parse_nested(tbb, TCA_BPF_MAX, tb[TCA_OPTIONS], NULL); in __get_tc_info()