Home
last modified time | relevance | path

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

/openbmc/linux/tools/bpf/bpftool/
H A Dcgroup.c97 const char *attach_flags_str, in show_bpf_prog() argument
140 jsonw_string_field(json_wtr, "attach_flags", attach_flags_str); in show_bpf_prog()
156 printf(" %-15s %-15s", attach_flags_str, prog_name); in show_bpf_prog()
232 const char *attach_flags_str; in show_attached_bpf_progs() local
257 attach_flags_str = "multi"; in show_attached_bpf_progs()
260 attach_flags_str = "override"; in show_attached_bpf_progs()
263 attach_flags_str = ""; in show_attached_bpf_progs()
267 attach_flags_str = buf; in show_attached_bpf_progs()
271 attach_flags_str, level); in show_attached_bpf_progs()