Searched refs:BPF_DYNPTR_SIZE (Results 1 – 2 of 2) sorted by relevance
248 #define BPF_DYNPTR_SIZE sizeof(struct bpf_dynptr_kern) macro249 #define BPF_DYNPTR_NR_SLOTS (BPF_DYNPTR_SIZE / BPF_REG_SIZE)
7635 for (i = 0; i < BPF_DYNPTR_SIZE; i += 8) { in process_dynptr_func()