OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bpf_copfunc_t
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/net/
bpf.h
411
typedef uint32_t (*
bpf_copfunc_t
)(const bpf_ctx_t *, bpf_args_t *, uint32_t);
typedef
417
const
bpf_copfunc_t
* copfuncs;
589
int bpf_set_cop(bpf_ctx_t *, const
bpf_copfunc_t
*, size_t);
bpf_filter.c
76
bpf_set_cop(bpf_ctx_t *bc, const
bpf_copfunc_t
*funcs, size_t n)
570
const
bpf_copfunc_t
fn = bc->copfuncs[pc->k];
580
const
bpf_copfunc_t
fn = bc->copfuncs[X];
/src/sys/net/npf/
npf_bpf.c
62
static const
bpf_copfunc_t
npf_bpfcop[] = {
/src/tests/lib/libbpfjit/
t_extmem.c
45
static const
bpf_copfunc_t
copfuncs[] = {
t_cop.c
49
static const
bpf_copfunc_t
copfuncs[] = {
/src/tests/net/bpfjit/
t_extmem.c
53
static const
bpf_copfunc_t
copfuncs[] = {
t_cop.c
57
static const
bpf_copfunc_t
copfuncs[] = {
Completed in 17 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026