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

  /src/sys/net/
bpf.h 407 } bpf_args_t; typedef in typeref:struct:bpf_args
411 typedef uint32_t (*bpf_copfunc_t)(const bpf_ctx_t *, bpf_args_t *, uint32_t);
591 u_int bpf_filter_ext(const bpf_ctx_t *, const struct bpf_insn *, bpf_args_t *);
bpf.h 407 } bpf_args_t; typedef in typeref:struct:bpf_args
411 typedef uint32_t (*bpf_copfunc_t)(const bpf_ctx_t *, bpf_args_t *, uint32_t);
591 u_int bpf_filter_ext(const bpf_ctx_t *, const struct bpf_insn *, bpf_args_t *);

Completed in 25 milliseconds