Home | History | Annotate | Download | only in npf

Lines Matching refs:npc

219 npf_alg_match(npf_cache_t *npc, npf_nat_t *nt, int di)
221 npf_t *npf = npc->npc_ctx;
227 KASSERTMSG(npf_iscached(npc, NPC_IP46), "expecting protocol number");
236 if (match_func && match_func(npc, nt, di)) {
255 npf_alg_exec(npf_cache_t *npc, npf_nat_t *nt, const npf_flow_t flow)
257 npf_t *npf = npc->npc_ctx;
270 translate_func(npc, nt, flow);
294 npf_alg_conn(npf_cache_t *npc, int di)
296 npf_t *npf = npc->npc_ctx;
309 if (inspect_func && (con = inspect_func(npc, di)) != NULL) {