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

  /src/sys/net/
bpf.h 391 typedef struct bpf_ctx bpf_ctx_t; typedef in typeref:struct:bpf_ctx
411 typedef uint32_t (*bpf_copfunc_t)(const bpf_ctx_t *, bpf_args_t *, uint32_t);
586 bpf_ctx_t *bpf_create(void);
587 void bpf_destroy(bpf_ctx_t *);
589 int bpf_set_cop(bpf_ctx_t *, const bpf_copfunc_t *, size_t);
590 int bpf_set_extmem(bpf_ctx_t *, size_t, bpf_memword_init_t);
591 u_int bpf_filter_ext(const bpf_ctx_t *, const struct bpf_insn *, bpf_args_t *);
592 int bpf_validate_ext(const bpf_ctx_t *, const struct bpf_insn *, int);
594 bpfjit_func_t bpf_jit_generate(bpf_ctx_t *, void *, size_t);

Completed in 11 milliseconds