Home
last modified time | relevance | path

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

/kernel/bpf/
Dcore.c362 const s32 off_min = S16_MIN, off_max = S16_MAX; in bpf_adj_delta_to_off() local
370 if (off < off_min || off > off_max) in bpf_adj_delta_to_off()