Searched refs:pf_test (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/netpfil/pf/ |
| H A D | pf_ioctl.c | 7538 chk = pf_test(AF_INET, PF_IN, flags, ifp, m, inp, NULL); in pf_check_in() 7551 chk = pf_test(AF_INET, PF_OUT, flags, ifp, m, inp, NULL); in pf_check_out() 7571 chk = pf_test(AF_INET6, PF_IN, flags, (*m)->m_flags & M_LOOP ? V_loif : ifp, in pf_check6_in() 7585 chk = pf_test(AF_INET6, PF_OUT, flags, ifp, m, inp, NULL); in pf_check6_out()
|
| H A D | pf.c | 9946 if (pf_test(AF_INET, PF_OUT, PFIL_FWD, ifp, &m0, inp, in pf_route() 10277 if (pf_test(AF_INET6, PF_OUT, PFIL_FWD | PF_PFIL_NOREFRAGMENT, in pf_route6() 11605 pf_test(sa_family_t af, int dir, int pflags, struct ifnet *ifp, struct mbuf **m0, in pf_test() function 11790 action = pf_test(af, dir, pflags, ifp, &msyn, inp, in pf_test()
|
| /freebsd/contrib/gdtoa/ |
| H A D | changes | 591 "make pf_test" tests this printf (provided the system is an i386,
|
| /freebsd/sys/net/ |
| H A D | pfvar.h | 2859 int pf_test(sa_family_t, int, int, struct ifnet *, struct mbuf **, struct inpcb *,
|