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

/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpfvar.h1943 int pf_test6(int, struct ifnet *, struct mbuf **, struct ether_header *,
1946 int pf_test6(int, struct ifnet *, struct mbuf **, struct ether_header *);
H A Dpf_ioctl.c4201 chk = pf_test6(PF_IN, (*m)->m_flags & M_LOOP ? V_loif : ifp, m,
4221 chk = pf_test6(PF_OUT, ifp, m, NULL, inp);
H A Dpf.c6321 if (pf_test6(PF_OUT, ifp, &m0, NULL, NULL) != PF_PASS) {
6330 if (pf_test6(PF_OUT, ifp, &m0, NULL) != PF_PASS)
7143 pf_test6(int dir, struct ifnet *ifp, struct mbuf **m0, function
7146 pf_test6(int dir, struct ifnet *ifp, struct mbuf **m0,
7197 ("pf_test6: kif == NULL, if_xname %s\n", ifp->if_xname));
7215 panic("non-M_PKTHDR is passed to pf_test6");

Completed in 122 milliseconds