Home | Sort by: relevance | last modified time | path |
/src/sys/net/npf/ | |
npf_rproc.c | 179 const npf_ext_ops_t *extops; local in function:npf_ext_construct 199 extops = ext->ext_ops; 200 KASSERT(extops != NULL); 202 error = extops->ctor(rp, params); 342 const npf_ext_ops_t *extops = ext->ext_ops; local in function:npf_rproc_release 344 extops->dtor(rp, rp->rp_ext_meta[i]); 376 const npf_ext_ops_t *extops = ext->ext_ops; local in function:npf_rproc_run 380 if (!extops->proc(npc, rp->rp_ext_meta[i], mi, decision)) { |