Lines Matching defs:bpf_verifier_state
368 struct bpf_verifier_state { struct
371 struct bpf_verifier_state *parent; argument
373 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
476 struct bpf_verifier_state *___vstate = __vst; \ argument