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