Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dbpf_verifier.h249 #define BPF_DYNPTR_NR_SLOTS (BPF_DYNPTR_SIZE / BPF_REG_SIZE) macro
/Linux-v6.6/kernel/bpf/
Dverifier.c724 return stack_slot_obj_get_spi(env, reg, "dynptr", BPF_DYNPTR_NR_SLOTS); in dynptr_get_spi()
1470 i += BPF_DYNPTR_NR_SLOTS - 1; in print_verifier_state()