Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dbpf_verifier.h238 STACK_DYNPTR, enumerator
/Linux-v6.6/kernel/bpf/
Dverifier.c651 [STACK_DYNPTR] = 'd',
911 state->stack[spi].slot_type[i] = STACK_DYNPTR; in mark_stack_slots_dynptr()
912 state->stack[spi - 1].slot_type[i] = STACK_DYNPTR; in mark_stack_slots_dynptr()
1016 if (state->stack[i].slot_type[0] != STACK_DYNPTR) { in unmark_stack_slots_dynptr()
1050 if (state->stack[spi].slot_type[0] != STACK_DYNPTR) in destroy_if_dynptr_stack_slot()
1143 if (state->stack[spi].slot_type[i] != STACK_DYNPTR || in is_dynptr_reg_valid_init()
1144 state->stack[spi - 1].slot_type[i] != STACK_DYNPTR) in is_dynptr_reg_valid_init()
1311 case STACK_DYNPTR: in is_stack_slot_special()
1469 case STACK_DYNPTR: in print_verifier_state()
6878 if (state->stack[spi].slot_type[stack_off % BPF_REG_SIZE] == STACK_DYNPTR) { in check_stack_range_initialized()
[all …]