Searched refs:BPF_MEMWORDS (Results 1 – 5 of 5) sorted by relevance
147 int32_t mem[BPF_MEMWORDS]; in _bpf_filter()417 if (p->k >= BPF_MEMWORDS) in bpf_validate()429 if (p->k >= BPF_MEMWORDS) in bpf_validate()
339 #define BPF_MEMWORDS 16 macro
107 #define N_ATOMS (BPF_MEMWORDS+2)
46 #define A_ATOM BPF_MEMWORDS47 #define X_ATOM (BPF_MEMWORDS+1)
2873 static int regused[BPF_MEMWORDS];2882 int n = BPF_MEMWORDS; in alloc_reg()2886 curreg = (curreg + 1) % BPF_MEMWORDS; in alloc_reg()