Home
last modified time | relevance | path

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

/netbsd-src/sys/dist/pf/net/
H A Dpfvar.h1639 int pf_test6(int, struct ifnet *, struct mbuf **, struct ether_header *);
H A Dpf_ioctl.c3354 if (pf_test6(dir == PFIL_OUT ? PF_OUT : PF_IN, ifp, mp, NULL) in pfil6_wrapper()
H A Dpf.c5540 if (pf_test6(PF_OUT, ifp, &m0, NULL) != PF_PASS)
6069 pf_test6(int dir, struct ifnet *ifp, struct mbuf **m0, function