Searched refs:attach_type_strings (Results 1 – 3 of 3) sorted by relevance
64 static const char * const attach_type_strings[] = { variable71 const size_t net_attach_type_size = ARRAY_SIZE(attach_type_strings);78 if (attach_type_strings[type] && in parse_attach_type()79 is_prefix(str, attach_type_strings[type])) in parse_attach_type()329 if (is_prefix("xdp", attach_type_strings[attach_type])) in do_attach()334 attach_type_strings[attach_type], strerror(-err)); in do_attach()367 if (is_prefix("xdp", attach_type_strings[attach_type])) in do_detach()372 attach_type_strings[attach_type], strerror(-err)); in do_detach()
34 static const char * const attach_type_strings[] = { variable61 if (attach_type_strings[type] && in parse_attach_type()62 is_prefix(str, attach_type_strings[type])) in parse_attach_type()174 show_bpf_prog(prog_ids[iter], attach_type_strings[type], in show_attached_bpf_progs()
28 static const char * const attach_type_strings[] = { variable41 if (attach_type_strings[type] && in parse_attach_type()42 is_prefix(str, attach_type_strings[type])) in parse_attach_type()