Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A 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()
H A 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()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dnet.c72 static const char * const attach_type_strings[] = { variable
84 const size_t net_attach_type_size = ARRAY_SIZE(attach_type_strings);
91 if (attach_type_strings[type] && in parse_attach_type()
92 is_prefix(str, attach_type_strings[type])) in parse_attach_type()
683 if (is_prefix("xdp", attach_type_strings[attach_type])) in do_attach()
688 attach_type_strings[attach_type], strerror(-err)); in do_attach()
721 if (is_prefix("xdp", attach_type_strings[attach_type])) in do_detach()
726 attach_type_strings[attach_type], strerror(-err)); in do_detach()
H A Dprog.c58 static const char * const attach_type_strings[] = { variable
81 if (attach_type_strings[type] && in parse_attach_type()
82 is_prefix(str, attach_type_strings[type])) in parse_attach_type()

Completed in 8 milliseconds