OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bpf_memword_init_t
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/net/
bpf.h
363
*
bpf_memword_init_t
: bits indicate which words in the external memory
366
typedef uint32_t
bpf_memword_init_t
;
typedef in typeref:typename:uint32_t
370
__CTASSERT(BPF_MEMWORDS + 2 <= sizeof(
bpf_memword_init_t
) * NBBY);
379
__CTASSERT(BPF_MAX_MEMWORDS + 2 <= sizeof(
bpf_memword_init_t
) * NBBY);
432
bpf_memword_init_t
preinited;
590
int bpf_set_extmem(bpf_ctx_t *, size_t,
bpf_memword_init_t
);
bpf_filter.c
84
bpf_set_extmem(bpf_ctx_t *bc, size_t nwords,
bpf_memword_init_t
preinited)
621
bpf_memword_init_t
*mem, invalid;
625
const
bpf_memword_init_t
preinited = extwords ? bc->preinited : 0;
bpfjit.c
110
#define BJ_INIT_NOBITS ((
bpf_memword_init_t
)0)
215
bpf_memword_init_t
invalid;
1284
bpf_memword_init_t
*initmask, bpfjit_hint_t *hints)
1290
bpf_memword_init_t
invalid; /* borrowed from bpf_filter() */
1580
bpf_memword_init_t
*initmask, bpfjit_hint_t *hints)
2163
bpf_memword_init_t
initmask;
2174
const
bpf_memword_init_t
preinited = extwords ? bc->preinited : 0;
Completed in 16 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025