HomeSort by: relevance | last modified time | path
    Searched refs:BPF_MAX_MEMWORDS (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net/
bpf.h 376 #define BPF_MAX_MEMWORDS 30
378 __CTASSERT(BPF_MAX_MEMWORDS >= BPF_MEMWORDS);
379 __CTASSERT(BPF_MAX_MEMWORDS + 2 <= sizeof(bpf_memword_init_t) * NBBY);
422 * There may be up to BPF_MAX_MEMWORDS words; if zero is set,
bpf_filter.c 86 if (nwords > BPF_MAX_MEMWORDS || (preinited >> nwords) != 0) {
bpfjit.c 105 #define MAX_MEMWORDS BPF_MAX_MEMWORDS

Completed in 13 milliseconds