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