Searched refs:btf_struct_walk (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/kernel/bpf/ |
| H A D | btf.c | 6911 static int btf_struct_walk(struct bpf_verifier_log *log, const struct btf *btf, in btf_struct_walk() function 7206 err = btf_struct_walk(log, btf, t, off, size, &id, &tmp_flag, field_name); in btf_struct_access() 7281 err = btf_struct_walk(log, btf, type, off, 1, &id, &flag, NULL); in btf_struct_ids_match()
|