Home
last modified time | relevance | path

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

/openbmc/linux/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()