HomeSort by: relevance | last modified time | path
    Searched refs:bpf_filter_ext (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/net/npf/
npf_bpf.c 134 return bpf_filter_ext(npf_bpfctx, code, args);
  /src/sys/net/
bpf_filter.c 208 return bpf_filter_ext(NULL, pc, &args);
212 bpf_filter_ext(const bpf_ctx_t *bc, const struct bpf_insn *pc, bpf_args_t *args) function in typeref:typename:u_int
bpf.h 591 u_int bpf_filter_ext(const bpf_ctx_t *, const struct bpf_insn *, bpf_args_t *);
bpf.c 1698 slen = bpf_filter_ext(NULL, filt->bf_insn, &args);

Completed in 31 milliseconds