Home
last modified time | relevance | path

Searched refs:TCA_BPF_MAX (Results 1 – 3 of 3) sorted by relevance

/tools/bpf/bpftool/
A Dnetlink_dumper.c140 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()
/tools/include/uapi/linux/
A Dpkt_cls.h333 #define TCA_BPF_MAX (__TCA_BPF_MAX - 1) macro
/tools/lib/bpf/
A Dnetlink.c673 struct nlattr *tbb[TCA_BPF_MAX + 1]; in __get_tc_info()
683 libbpf_nla_parse_nested(tbb, TCA_BPF_MAX, tb[TCA_OPTIONS], NULL); in __get_tc_info()

Completed in 9 milliseconds