OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Oct 21 05:10:09 GMT 2025