Searched refs:pf_test6 (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/dist/pf/net/ |
H A D | pfvar.h | 1639 int pf_test6(int, struct ifnet *, struct mbuf **, struct ether_header *);
|
H A D | pf_ioctl.c | 3354 if (pf_test6(dir == PFIL_OUT ? PF_OUT : PF_IN, ifp, mp, NULL) in pfil6_wrapper()
|
H A D | pf.c | 5540 if (pf_test6(PF_OUT, ifp, &m0, NULL) != PF_PASS) 6069 pf_test6(int dir, struct ifnet *ifp, struct mbuf **m0, function
|