Searched refs:pf_test (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/sys/net/
H A Dpfvar.h1573 int pf_test(int, struct ifnet *, struct mbuf **, struct inpcb *);
/freebsd-10.1-release/sys/netpfil/pf/
H A Dpf_ioctl.c3559 chk = pf_test(PF_IN, ifp, m, inp);
3574 chk = pf_test(PF_OUT, ifp, m, inp);
H A Dpf.c5352 if (pf_test(PF_OUT, ifp, &m0, NULL) != PF_PASS)
5714 pf_test(int dir, struct ifnet *ifp, struct mbuf **m0, struct inpcb *inp) function
5738 ("pf_test: kif == NULL, if_xname %s\n", ifp->if_xname));

Completed in 174 milliseconds