Searched refs:spill_size (Results 1 – 2 of 2) sorted by relevance
973 static inline bool bpf_stack_narrow_access_ok(int off, int fill_size, int spill_size) in bpf_stack_narrow_access_ok() argument976 off -= spill_size - fill_size; in bpf_stack_narrow_access_ok()
4935 u8 spill_size = 1; in check_stack_read_fixed_off() local4938 spill_size++; in check_stack_read_fixed_off()4940 if (size != BPF_REG_SIZE || spill_size != BPF_REG_SIZE) { in check_stack_read_fixed_off()4951 if (size <= spill_size && in check_stack_read_fixed_off()4952 bpf_stack_narrow_access_ok(off, size, spill_size)) { in check_stack_read_fixed_off()