Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbpf_verifier.h253 #define BPF_DYNPTR_SIZE sizeof(struct bpf_dynptr_kern) macro
254 #define BPF_DYNPTR_NR_SLOTS (BPF_DYNPTR_SIZE / BPF_REG_SIZE)
/linux-6.15/kernel/bpf/
H A Dverifier.c8559 for (i = 0; i < BPF_DYNPTR_SIZE; i += 8) { in process_dynptr_func()