Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/
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()
A Dprog.c79 static const char * const attach_type_strings[] = { variable
95 if (attach_type_strings[type] && in parse_attach_type()
96 is_prefix(str, attach_type_strings[type])) in parse_attach_type()

Completed in 18 milliseconds