Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf_verifier.h248 #define BPF_DYNPTR_SIZE sizeof(struct bpf_dynptr_kern) macro
249 #define BPF_DYNPTR_NR_SLOTS (BPF_DYNPTR_SIZE / BPF_REG_SIZE)
/openbmc/linux/kernel/bpf/
H A Dverifier.c7636 for (i = 0; i < BPF_DYNPTR_SIZE; i += 8) { in process_dynptr_func()