Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dbpf_verifier.h43 struct bpf_reg_state { struct
66 * from the pointed-to object, and is shared with all bpf_reg_states argument
69 struct tnum var_off;
75 s64 smin_value; /* minimum possible (s64)value */
76 s64 smax_value; /* maximum possible (s64)value */
77 u64 umin_value; /* minimum possible (u64)value */
101 struct bpf_reg_state spilled_ptr; argument