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