HomeSort by: relevance | last modified time | path
    Searched defs:bpfjit_module_ops (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
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) {
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) {

Completed in 26 milliseconds