Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dbpf_verifier.h62 struct bpf_reg_state { struct
64 enum bpf_reg_type type;
66 s32 off;
67 union {
120 struct tnum var_off;
126 s64 smin_value; /* minimum possible (s64)value */
127 s64 smax_value; /* maximum possible (s64)value */
145 u32 id;
187 struct bpf_reg_state *parent; argument
194 u32 frameno;
[all …]

Completed in 5 milliseconds