Searched refs:enum_t (Results 1 – 1 of 1) sorted by relevance
637 static bool find_btf_enum_const(const struct btf *btf, const struct btf_type *enum_t, in find_btf_enum_const() argument646 if (!btf || !enum_t) in find_btf_enum_const()649 for (i = 0, n = btf_vlen(enum_t); i < n; i++) { in find_btf_enum_const()650 e = &btf_enum(enum_t)[i]; in find_btf_enum_const()669 const struct btf_type *enum_t, in seq_print_delegate_opts() argument690 if (btf && enum_t) { in seq_print_delegate_opts()691 for (i = 0, n = btf_vlen(enum_t); i < n; i++) { in seq_print_delegate_opts()692 e = &btf_enum(enum_t)[i]; in seq_print_delegate_opts()867 const struct btf_type *enum_t; in bpf_parse_param() local879 enum_t = info.cmd_t; in bpf_parse_param()[all …]