Searched refs:attach_type_strings (Results 1 – 2 of 2) sorted by relevance
70 static const char * const attach_type_strings[] = { variable77 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()
81 static const char * const attach_type_strings[] = { variable97 if (attach_type_strings[type] && in parse_attach_type()98 is_prefix(str, attach_type_strings[type])) in parse_attach_type()