Searched refs:orphaned (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/bpf/bpftool/
H A Dprog.c445 static void print_prog_json(struct bpf_prog_info *info, int fd, bool orphaned) argument
464 jsonw_bool_field(json_wtr, "orphaned", orphaned);
531 static void print_prog_plain(struct bpf_prog_info *info, int fd, bool orphaned) argument
558 if (orphaned)
559 printf(" orphaned");

Completed in 214 milliseconds