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