Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf_verifier.h249 #define BPF_DYNPTR_NR_SLOTS (BPF_DYNPTR_SIZE / BPF_REG_SIZE) macro
/openbmc/linux/kernel/bpf/
H A Dverifier.c735 return stack_slot_obj_get_spi(env, reg, "dynptr", BPF_DYNPTR_NR_SLOTS); in dynptr_get_spi()
1481 i += BPF_DYNPTR_NR_SLOTS - 1; in print_verifier_state()