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

  /src/sys/net/
bpfjit.h 55 typedef unsigned int (*bpfjit_func_t)(const bpf_ctx_t *, bpf_args_t *); typedef in typeref:typename:unsigned int (*)(const bpf_ctx_t *,bpf_args_t *)
57 bpfjit_func_t bpfjit_generate_code(const bpf_ctx_t *,
59 void bpfjit_free_code(bpfjit_func_t);
63 bpfjit_func_t (*bj_generate_code)(const bpf_ctx_t *,
65 void (*bj_free_code)(bpfjit_func_t);
bpfjit.h 55 typedef unsigned int (*bpfjit_func_t)(const bpf_ctx_t *, bpf_args_t *); typedef in typeref:typename:unsigned int (*)(const bpf_ctx_t *,bpf_args_t *)
57 bpfjit_func_t bpfjit_generate_code(const bpf_ctx_t *,
59 void bpfjit_free_code(bpfjit_func_t);
63 bpfjit_func_t (*bj_generate_code)(const bpf_ctx_t *,
65 void (*bj_free_code)(bpfjit_func_t);

Completed in 23 milliseconds