Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dbpf_verifier.h94 STACK_MISC, /* BPF program wrote some data into this slot */ enumerator
/Linux-v4.19/kernel/bpf/
Dverifier.c1054 if (state->stack[spi].slot_type[i] == STACK_MISC && in check_stack_write()
1081 u8 type = STACK_MISC; in check_stack_write()
1208 if (stype[(slot - i) % BPF_REG_SIZE] == STACK_MISC) in check_stack_read()
1896 if (*stype == STACK_MISC) in check_stack_boundary()
1900 *stype = STACK_MISC; in check_stack_boundary()
4504 if (old->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_MISC && in stacksafe()