Home
last modified time | relevance | path

Searched refs:pf_normalize_ip (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net/
H A Dpfvar.h1495 int pf_normalize_ip(struct mbuf **, int, struct pfi_kkif *, u_short *,
/f-stack/freebsd/netpfil/pf/
H A Dpf_norm.c1019 pf_normalize_ip(struct mbuf **m0, int dir, struct pfi_kkif *kif, u_short *reason, in pf_normalize_ip() function
H A Dpf.c5953 } else if (pf_normalize_ip(m0, dir, kif, &reason, &pd) != PF_PASS) { in pf_test()