Searched refs:btf_find_struct_field (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/kernel/bpf/ |
D | btf.c | 3562 static int btf_find_struct_field(const struct btf *btf, 3584 ret = btf_find_struct_field(btf, t, field_mask, info, info_cnt, level); in btf_find_nested_struct() 3700 static int btf_find_struct_field(const struct btf *btf, in btf_find_struct_field() function 3759 return btf_find_struct_field(btf, t, field_mask, info, info_cnt, 0); in btf_find_field()
|