Home
last modified time | relevance | path

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

/linux-5.19.10/tools/bpf/bpftool/
Dnet.c70 static const char * const attach_type_strings[] = { variable
77 const size_t net_attach_type_size = ARRAY_SIZE(attach_type_strings);
84 if (attach_type_strings[type] && in parse_attach_type()
85 is_prefix(str, attach_type_strings[type])) in parse_attach_type()
595 if (is_prefix("xdp", attach_type_strings[attach_type])) in do_attach()
600 attach_type_strings[attach_type], strerror(-err)); in do_attach()
633 if (is_prefix("xdp", attach_type_strings[attach_type])) in do_detach()
638 attach_type_strings[attach_type], strerror(-err)); in do_detach()
Dprog.c81 static const char * const attach_type_strings[] = { variable
97 if (attach_type_strings[type] && in parse_attach_type()
98 is_prefix(str, attach_type_strings[type])) in parse_attach_type()