pf.c | 184 struct pf_rule *pf_get_translation(struct pf_pdesc *, struct mbuf *, 2603 pf_get_translation(struct pf_pdesc *pd, struct mbuf *m, int off, int direction, function in typeref:struct:pf_rule * 3151 if ((nr = pf_get_translation(pd, m, off, PF_OUT, kif, &nsn, 3209 if ((nr = pf_get_translation(pd, m, off, PF_IN, kif, &nsn,
|