Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/net/
HDpfvar.h2017 int pf_test6(int, int, struct ifnet *, struct mbuf **, struct inpcb *);
/freebsd-13-stable/sys/netpfil/pf/
HDpf_ioctl.c5655 chk = pf_test6(PF_IN, flags, (*m)->m_flags & M_LOOP ? V_loif : ifp, m, inp); in pf_check6_in()
5668 chk = pf_test6(PF_OUT, flags, ifp, m, inp); in pf_check6_out()
HDpf.c7235 if (pf_test6(PF_OUT, PFIL_FWD, ifp, &m0, inp) != PF_PASS) in pf_route6()
7917 pf_test6(int dir, int pflags, struct ifnet *ifp, struct mbuf **m0, struct inpcb *inp) in pf_test6() function
8110 action = pf_test6(dir, pflags, ifp, &msyn, inp); in pf_test6()