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