Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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.c76 static const char * const attach_type_strings[] = { variable
89 if (attach_type_strings[type] && in parse_attach_type()
90 is_prefix(str, attach_type_strings[type])) in parse_attach_type()