attach_type_strings   34 tools/bpf/bpftool/cgroup.c static const char * const attach_type_strings[] = {
attach_type_strings   61 tools/bpf/bpftool/cgroup.c 		if (attach_type_strings[type] &&
attach_type_strings   62 tools/bpf/bpftool/cgroup.c 		    is_prefix(str, attach_type_strings[type]))
attach_type_strings  174 tools/bpf/bpftool/cgroup.c 		show_bpf_prog(prog_ids[iter], attach_type_strings[type],
attach_type_strings   65 tools/bpf/bpftool/net.c static const char * const attach_type_strings[] = {
attach_type_strings   72 tools/bpf/bpftool/net.c const size_t net_attach_type_size = ARRAY_SIZE(attach_type_strings);
attach_type_strings   79 tools/bpf/bpftool/net.c 		if (attach_type_strings[type] &&
attach_type_strings   80 tools/bpf/bpftool/net.c 		    is_prefix(str, attach_type_strings[type]))
attach_type_strings  330 tools/bpf/bpftool/net.c 	if (is_prefix("xdp", attach_type_strings[attach_type]))
attach_type_strings  336 tools/bpf/bpftool/net.c 		      attach_type_strings[attach_type], strerror(-err));
attach_type_strings  368 tools/bpf/bpftool/net.c 	if (is_prefix("xdp", attach_type_strings[attach_type]))
attach_type_strings  373 tools/bpf/bpftool/net.c 		      attach_type_strings[attach_type], strerror(-err));
attach_type_strings   28 tools/bpf/bpftool/prog.c static const char * const attach_type_strings[] = {
attach_type_strings   41 tools/bpf/bpftool/prog.c 		if (attach_type_strings[type] &&
attach_type_strings   42 tools/bpf/bpftool/prog.c 		    is_prefix(str, attach_type_strings[type]))