Home
last modified time | relevance | path

Searched refs:pf_test (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/net/
H A Dpfvar.h2289 int pf_test(int, int, struct ifnet *, struct mbuf **, struct inpcb *,
/freebsd/contrib/gdtoa/
H A Dchanges591 "make pf_test" tests this printf (provided the system is an i386,
/freebsd/sys/netpfil/pf/
H A Dpf.c7356 if (pf_test(PF_OUT, PFIL_FWD, ifp, &m0, inp, &pd->act) != PF_PASS) in pf_route()
7988 pf_test(int dir, int pflags, struct ifnet *ifp, struct mbuf **m0, in pf_test() function
8181 action = pf_test(dir, pflags, ifp, &msyn, inp, in pf_test()
H A Dpf_ioctl.c6401 chk = pf_test(PF_IN, flags, ifp, m, inp, NULL); in pf_check_in()
6412 chk = pf_test(PF_OUT, flags, ifp, m, inp, NULL); in pf_check_out()