Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h974 static inline bool bpf_stack_narrow_access_ok(int off, int fill_size, int spill_size) in bpf_stack_narrow_access_ok() function
/linux/kernel/bpf/
H A Dverifier.c5208 bpf_stack_narrow_access_ok(off, size, spill_size)) { in check_stack_read_fixed_off()