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()
76 if (attach_type < ARRAY_SIZE(attach_type_name)) in show_link_attach_type_json()78 attach_type_name[attach_type]); in show_link_attach_type_json()193 if (attach_type < ARRAY_SIZE(attach_type_name)) in show_link_attach_type_plain()194 printf("attach_type %s ", attach_type_name[attach_type]); in show_link_attach_type_plain()
69 extern const char * const attach_type_name[__MAX_BPF_ATTACH_TYPE];
34 const char * const attach_type_name[__MAX_BPF_ATTACH_TYPE] = { variable
Completed in 7 milliseconds