OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bpfjit_module_ops
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/net/
bpfjit.h
68
extern struct bpfjit_ops
bpfjit_module_ops
;
bpf.c
115
struct bpfjit_ops
bpfjit_module_ops
= {
variable in typeref:struct:bpfjit_ops
306
struct bpfjit_ops *ops = &
bpfjit_module_ops
;
320
KASSERT(
bpfjit_module_ops
.bj_free_code != NULL);
321
bpfjit_module_ops
.bj_free_code(jcode);
2445
if (newval &&
bpfjit_module_ops
.bj_generate_code == NULL) {
bpfjit.c
233
bpfjit_module_ops
.bj_free_code = &bpfjit_free_code;
234
atomic_store_release(&
bpfjit_module_ops
.bj_generate_code,
Completed in 14 milliseconds
Indexes created Mon Sep 29 03:10:08 GMT 2025