Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dverifier.c5405 u64 true_umax = opcode == BPF_JLT ? val - 1 : val; in reg_set_min_max() local
5488 u64 true_umax = opcode == BPF_JGT ? val - 1 : val; in reg_set_min_max_inv() local