Searched refs:btf_find_struct_field (Results 1 – 1 of 1) sorted by relevance
/linux/kernel/bpf/ ! |
H A D | btf.c | 3595 static int btf_find_struct_field(const struct btf *btf, 3617 ret = btf_find_struct_field(btf, t, field_mask, info, info_cnt, level); in btf_find_nested_struct() 3735 static int btf_find_struct_field(const struct btf *btf, in btf_find_struct_field() function 3794 return btf_find_struct_field(btf, t, field_mask, info, info_cnt, 0); in btf_find_field()
|