Searched defs:bpf_verifier_state (Results 1 – 1 of 1) sorted by relevance
368 struct bpf_verifier_state { struct371 struct bpf_verifier_state *parent; argument373 struct bpf_reference_state *refs;419 u32 branches;420 u32 insn_idx;421 u32 curframe;423 u32 acquired_refs;424 u32 active_locks;425 u32 active_preempt_locks;449 struct bpf_verifier_state *loop_entry; argument[all …]