Searched refs:tbb (Results 1 – 1 of 1) sorted by relevance
648 struct nlattr *tbb[TCA_BPF_MAX + 1]; in __get_tc_info() local658 libbpf_nla_parse_nested(tbb, TCA_BPF_MAX, tb[TCA_OPTIONS], NULL); in __get_tc_info()659 if (!tbb[TCA_BPF_ID]) in __get_tc_info()662 OPTS_SET(info->opts, prog_id, libbpf_nla_getattr_u32(tbb[TCA_BPF_ID])); in __get_tc_info()
Completed in 4 milliseconds