Home
last modified time | relevance | path

Searched defs:bpf_verifier_state (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dbpf_verifier.h293 struct bpf_verifier_state { struct
296 struct bpf_verifier_state *parent; argument
342 u32 branches;
343 u32 insn_idx;
344 u32 curframe;
346 struct bpf_active_lock active_lock;
347 bool speculative;
348 bool active_rcu_lock;
351 u32 first_insn_idx;
352 u32 last_insn_idx;
[all …]

Completed in 8 milliseconds