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

/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpfvar.h1934 int pf_test(int, struct ifnet *, struct mbuf **, struct ether_header *,
1937 int pf_test(int, struct ifnet *, struct mbuf **, struct ether_header *);
H A Dpf_ioctl.c4131 chk = pf_test(PF_IN, ifp, m, NULL, inp);
4138 /* pf_test can change ip header location */
4168 chk = pf_test(PF_OUT, ifp, m, NULL, inp);
4175 /* pf_test can change ip header location */
H A Dpf.c6031 if (pf_test(PF_OUT, ifp, &m0, NULL, NULL) != PF_PASS) {
6040 if (pf_test(PF_OUT, ifp, &m0, NULL) != PF_PASS)
6654 pf_test(int dir, struct ifnet *ifp, struct mbuf **m0, function
6657 pf_test(int dir, struct ifnet *ifp, struct mbuf **m0,
6694 ("pf_test: pf_get_mtag returned NULL\n"));
6710 ("pf_test: kif == NULL, if_xname %s\n", ifp->if_xname));
6728 panic("non-M_PKTHDR is passed to pf_test");
7181 ("pf_test: pf_get_mtag returned NULL\n"));

Completed in 138 milliseconds