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

/darwin-on-arm/xnu/bsd/net/
H A Dpfvar.h2205 __private_extern__ int pf_test(int, struct ifnet *, struct mbuf **,
H A Dpf.c7698 if (pf_test(PF_OUT, ifp, &m0, NULL, NULL) != PF_PASS)
8046 pf_test(int dir, struct ifnet *ifp, struct mbuf **m0, function
8072 ("pf_test: pf_get_mtag returned NULL\n"));
8083 ("pf_test: kif == NULL, if_name %s\n", ifp->if_name));
8091 panic("non-M_PKTHDR is passed to pf_test");
H A Dpf_ioctl.c231 * will enter pf_test() or pf_test6() only when PF is running.
4823 if (pf_test(input ? PF_IN : PF_OUT, ifp, mp, NULL, fwa) != PF_PASS) {

Completed in 82 milliseconds