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

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

Completed in 255 milliseconds