Home
last modified time | relevance | path

Searched refs:attach_type_name (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/bpf/bpftool/
Dcgroup.c41 if (attach_type_name[type] && in parse_attach_type()
42 is_prefix(str, attach_type_name[type])) in parse_attach_type()
69 if (attach_type < ARRAY_SIZE(attach_type_name)) in show_bpf_prog()
71 attach_type_name[attach_type]); in show_bpf_prog()
80 if (attach_type < ARRAY_SIZE(attach_type_name)) in show_bpf_prog()
81 printf("%-15s", attach_type_name[attach_type]); in show_bpf_prog()
Dlink.c73 if (attach_type < ARRAY_SIZE(attach_type_name)) in show_link_attach_type_json()
75 attach_type_name[attach_type]); in show_link_attach_type_json()
191 if (attach_type < ARRAY_SIZE(attach_type_name)) in show_link_attach_type_plain()
192 printf("attach_type %s ", attach_type_name[attach_type]); in show_link_attach_type_plain()
Dmain.h70 extern const char * const attach_type_name[__MAX_BPF_ATTACH_TYPE];
Dcommon.c33 const char * const attach_type_name[__MAX_BPF_ATTACH_TYPE] = { variable