Home
last modified time | relevance | path

Searched refs:BPF_COMPLEXITY_LIMIT_STATES (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/bpf/
H A Dstates.c10 #define BPF_COMPLEXITY_LIMIT_STATES 64 macro
1542 if (!env->bpf_capable && states_cnt > BPF_COMPLEXITY_LIMIT_STATES) in bpf_is_state_visited()
H A Dverifier.c201 #define BPF_COMPLEXITY_LIMIT_STATES 64 macro