Searched defs:next_btf_id (Results 1 - 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/net/ipv4/ |
| H A D | bpf_tcp_ca.c | 97 bpf_tcp_ca_btf_struct_access(struct bpf_verifier_log *log, const struct btf_type *t, int off, int size, enum bpf_access_type atype, u32 *next_btf_id) bpf_tcp_ca_btf_struct_access() argument
|
| /kernel/linux/linux-5.10/kernel/bpf/ |
| H A D | btf.c | 4614 btf_struct_walk(struct bpf_verifier_log *log, const struct btf_type *t, int off, int size, u32 *next_btf_id) btf_struct_walk() argument 4840 btf_struct_access(struct bpf_verifier_log *log, const struct btf_type *t, int off, int size, enum bpf_access_type atype __maybe_unused, u32 *next_btf_id) btf_struct_access() argument
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | bpf.h | 2664 btf_struct_access(struct bpf_verifier_log *log, const struct bpf_reg_state *reg, int off, int size, enum bpf_access_type atype, u32 *next_btf_id, enum bpf_type_flag *flag, const char **field_name) btf_struct_access() argument
|
| /kernel/linux/linux-6.6/kernel/bpf/ |
| H A D | btf.c | 6126 btf_struct_walk(struct bpf_verifier_log *log, const struct btf *btf, const struct btf_type *t, int off, int size, u32 *next_btf_id, enum bpf_type_flag *flag, const char **field_name) btf_struct_walk() argument 6385 btf_struct_access(struct bpf_verifier_log *log, const struct bpf_reg_state *reg, int off, int size, enum bpf_access_type atype __maybe_unused, u32 *next_btf_id, enum bpf_type_flag *flag, const char **field_name) btf_struct_access() argument
|
Completed in 30 milliseconds