Home
last modified time | relevance | path

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

/tools/bpf/bpftool/
Dnet.c64 static const char * const attach_type_strings[] = { variable
71 const size_t net_attach_type_size = ARRAY_SIZE(attach_type_strings);
78 if (attach_type_strings[type] && in parse_attach_type()
79 is_prefix(str, attach_type_strings[type])) in parse_attach_type()
329 if (is_prefix("xdp", attach_type_strings[attach_type])) in do_attach()
334 attach_type_strings[attach_type], strerror(-err)); in do_attach()
367 if (is_prefix("xdp", attach_type_strings[attach_type])) in do_detach()
372 attach_type_strings[attach_type], strerror(-err)); in do_detach()
Dcgroup.c34 static const char * const attach_type_strings[] = { variable
61 if (attach_type_strings[type] && in parse_attach_type()
62 is_prefix(str, attach_type_strings[type])) in parse_attach_type()
174 show_bpf_prog(prog_ids[iter], attach_type_strings[type], in show_attached_bpf_progs()
Dprog.c28 static const char * const attach_type_strings[] = { variable
41 if (attach_type_strings[type] && in parse_attach_type()
42 is_prefix(str, attach_type_strings[type])) in parse_attach_type()