Searched refs:enum_t (Results 1 – 1 of 1) sorted by relevance
659 if (!btf || !enum_t) in find_btf_enum_const()662 for (i = 0, n = btf_vlen(enum_t); i < n; i++) { in find_btf_enum_const()663 e = &btf_enum(enum_t)[i]; in find_btf_enum_const()682 const struct btf_type *enum_t, in seq_print_delegate_opts() argument703 if (btf && enum_t) { in seq_print_delegate_opts()705 e = &btf_enum(enum_t)[i]; in seq_print_delegate_opts()880 const struct btf_type *enum_t; in bpf_parse_param() local892 enum_t = info.cmd_t; in bpf_parse_param()897 enum_t = info.map_t; in bpf_parse_param()902 enum_t = info.prog_t; in bpf_parse_param()[all …]