Home | Sort by: relevance | last modified time | path |
/src/sys/net/ | |
bpf_filter.c | 242 * Note: safe to leave memwords uninitialised, as the validation 624 const size_t memwords = extwords ? extwords : BPF_MEMWORDS; local in function:bpf_validate_ext 627 const size_t memwords = BPF_MEMWORDS; local in function:bpf_validate_ext 672 if (p->k >= memwords) 691 if (p->k >= memwords) |
bpfjit.c | 116 * Get a number of memwords and external memwords from a bpf_ctx object. 1277 * The function also sets bits in *initmask for memwords that 1293 const size_t memwords = GET_MEMWORDS(bc); local in function:optimize_pass1 1332 (uint32_t)insns[i].k < memwords) { 1343 (uint32_t)insns[i].k < memwords) { 1358 if ((uint32_t)insns[i].k < memwords) 1367 if ((uint32_t)insns[i].k < memwords) 1721 const size_t memwords = GET_MEMWORDS(bc); local in function:generate_insn_code 1815 if ((uint32_t)pc->k >= memwords) 2173 const size_t memwords = GET_MEMWORDS(bc); local in function:bpfjit_generate_code [all...] |