Home
last modified time | relevance | path

Searched refs:btf_field_type_size (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dbtf.c3412 *sz = btf_field_type_size(type); in btf_get_field_type()
3751 field_type_size = btf_field_type_size(info_arr[i].type); in btf_parse_fields()
6409 if (off < offset + btf_field_type_size(field->type) && offset < off + size) { in btf_struct_access()
H A Dverifier.c5424 if (reg->smin_value + off < p + btf_field_type_size(field->type) && in check_map_access()
/openbmc/linux/include/linux/
H A Dbpf.h330 static inline u32 btf_field_type_size(enum btf_field_type type) in btf_field_type_size() function