Home
last modified time | relevance | path

Searched refs:btf_int_offset (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/tools/testing/selftests/bpf/
Dbtf_helpers.c105 t->size, btf_int_offset(t), btf_int_bits(t), in fprintf_btf_type_raw()
/linux-5.19.10/include/linux/
Dbtf.h217 static inline u8 btf_int_offset(const struct btf_type *t) in btf_int_offset() function
/linux-5.19.10/tools/lib/bpf/
Drelo_core.c369 return btf_int_offset(local_type) == 0 && in bpf_core_fields_are_compat()
370 btf_int_offset(targ_type) == 0; in bpf_core_fields_are_compat()
Dbtf.h532 static inline __u8 btf_int_offset(const struct btf_type *t) in btf_int_offset() function
Dlibbpf.c5604 return btf_int_offset(local_type) == 0 && btf_int_offset(targ_type) == 0; in bpf_core_types_are_compat()
/linux-5.19.10/kernel/bpf/
Dbtf.c7349 return btf_int_offset(local_type) == 0 && btf_int_offset(targ_type) == 0; in __bpf_core_types_are_compat()