Searched refs:attach_type_name (Results 1 – 4 of 4) sorted by relevance
41 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()
73 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()
70 extern const char * const attach_type_name[__MAX_BPF_ATTACH_TYPE];
33 const char * const attach_type_name[__MAX_BPF_ATTACH_TYPE] = { variable