Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbpf_insn_array.c106 if (!btf_type_is_i32(key_type)) in insn_array_check_btf()
H A Dbpf_local_storage.c809 if (!btf_type_is_i32(key_type)) in bpf_local_storage_map_check_btf()
H A Darraymap.c572 if (!btf_type_is_i32(key_type)) in array_map_check_btf()
H A Dbtf.c995 bool btf_type_is_i32(const struct btf_type *t) in btf_type_is_i32() function