Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/
H A Dnet.c74 static const char * const attach_type_strings[] = { variable
90 const size_t net_attach_type_size = ARRAY_SIZE(attach_type_strings);
97 if (attach_type_strings[type] && in parse_attach_type()
98 is_prefix(str, attach_type_strings[type])) in parse_attach_type()
736 attach_type_strings[attach_type], strerror(-err)); in do_attach()
787 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()