Searched refs:dump_ok (Results 1 – 3 of 3) sorted by relevance
157 int dump_ok = 0; in bpf_print_opt() local182 dump_ok = bpf_dump_prog_info(f, rta_getattr_u32(tb[TCA_ACT_BPF_ID])); in bpf_print_opt()183 if (!dump_ok && tb[TCA_ACT_BPF_TAG]) { in bpf_print_opt()
180 int dump_ok = 0; in bpf_print_opt() local226 dump_ok = bpf_dump_prog_info(f, rta_getattr_u32(tb[TCA_BPF_ID])); in bpf_print_opt()227 if (!dump_ok && tb[TCA_BPF_TAG]) { in bpf_print_opt()
187 int fd, ret, dump_ok = 0; in bpf_dump_prog_info() local207 dump_ok = 1; in bpf_dump_prog_info()213 return dump_ok; in bpf_dump_prog_info()