Searched refs:bpf_idmap (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | states.c | 319 static bool check_ids(u32 old_id, u32 cur_id, struct bpf_idmap *idmap) in check_ids() 380 static bool check_scalar_ids(u32 old_id, u32 cur_id, struct bpf_idmap *idmap) in check_scalar_ids() 493 struct bpf_idmap *idmap) in regs_exact() 508 struct bpf_reg_state *rcur, struct bpf_idmap *idmap, in regsafe() 703 struct bpf_func_state *cur, struct bpf_idmap *idmap, in stacksafe() 848 struct bpf_func_state *cur, struct bpf_idmap *idmap, in stack_arg_safe() 870 struct bpf_idmap *idmap) in refsafe() 974 struct bpf_idmap *idmap = &env->idmap_scratch; in reset_idmap_scratch()
|
| H A D | verifier.c | 9383 static int idstack_push(struct bpf_idmap *idmap, u32 id) in idstack_push() 9401 static int idstack_pop(struct bpf_idmap *idmap) in idstack_pop() 9414 struct bpf_idmap *idstack = &env->idmap_scratch; in release_reference()
|
| /linux/include/linux/ |
| H A D | bpf_verifier.h | 857 struct bpf_idmap { struct 964 struct bpf_idmap idmap_scratch;
|