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

  /src/sys/net/npf/
npf_bpf.c 147 return bpf_validate_ext(npf_bpfctx, code, icount) != 0;
  /src/sys/net/
bpf_filter.c 607 return bpf_validate_ext(NULL, f, signed_len);
611 bpf_validate_ext(const bpf_ctx_t *bc, const struct bpf_insn *f, int signed_len) function in typeref:typename:int
bpf.h 592 int bpf_validate_ext(const bpf_ctx_t *, const struct bpf_insn *, int);

Completed in 14 milliseconds