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

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpfvar.h2207 __private_extern__ int pf_test(int, struct ifnet *, struct mbuf **,
H A Dpf.c7773 if (pf_test(PF_OUT, ifp, &m0, NULL, NULL) != PF_PASS)
8081 pf_test(int dir, struct ifnet *ifp, struct mbuf **m0, function
8107 ("pf_test: pf_get_mtag returned NULL\n"));
8118 ("pf_test: kif == NULL, if_name %s\n", ifp->if_name));
H A Dpf_ioctl.c234 * will enter pf_test() or pf_test6() only when PF is running.
4943 if (pf_test(input ? PF_IN : PF_OUT, ifp, mp, NULL, fwa) != PF_PASS) {

Completed in 231 milliseconds