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