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

  /src/sys/net/npf/
npf.c 142 error = npfctl_run_op(npf, IOC_NPF_LOAD, req, resp);
npf_impl.h 315 int npfctl_run_op(npf_t *, unsigned, const nvlist_t *, nvlist_t *);
npf_os.c 306 if ((error = npfctl_run_op(npf, cmd, req, resp)) == 0) {
npf_ctl.c 851 * npfctl_run_op: run a particular NPF operation with a given the request.
857 npfctl_run_op(npf_t *npf, unsigned op, const nvlist_t *req, nvlist_t *resp) function in typeref:typename:int

Completed in 12 milliseconds