Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h246 #define BPF_DYNPTR_NR_SLOTS (BPF_DYNPTR_SIZE / BPF_REG_SIZE) macro
/linux/kernel/bpf/
H A Dlog.c813 i += BPF_DYNPTR_NR_SLOTS - 1; in print_verifier_state()
H A Dverifier.c638 return stack_slot_obj_get_spi(env, reg, "dynptr", BPF_DYNPTR_NR_SLOTS); in dynptr_get_spi()
3413 return mark_stack_slot_obj_read(env, reg, spi, BPF_DYNPTR_NR_SLOTS); in mark_dynptr_read()