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

  /src/sys/net/npf/
npf_bpf.c 60 static uint32_t npf_cop_table(const bpf_ctx_t *, bpf_args_t *, uint32_t);
64 [NPF_COP_TABLE] = npf_cop_table,
169 * NPF_COP_TABLE: perform NPF table lookup.
174 npf_cop_table(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A) function in typeref:typename:uint32_t
npf.h 80 #define NPF_COP_TABLE 1
  /src/usr.sbin/npf/npfctl/
npf_bpf_comp.c 893 BPF_STMT(BPF_MISC+BPF_COP, NPF_COP_TABLE),

Completed in 37 milliseconds