Searched refs:tbb (Results 1 – 1 of 1) sorted by relevance
498 struct nlattr *tbb[TCA_BPF_MAX + 1]; in __get_tc_info() local508 libbpf_nla_parse_nested(tbb, TCA_BPF_MAX, tb[TCA_OPTIONS], NULL); in __get_tc_info()509 if (!tbb[TCA_BPF_ID]) in __get_tc_info()512 OPTS_SET(info->opts, prog_id, libbpf_nla_getattr_u32(tbb[TCA_BPF_ID])); in __get_tc_info()