Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dpfvar.h2216 __private_extern__ int pf_test6_mbuf(int, struct ifnet *, struct mbuf **,
H A Dpf_ioctl.c4782 if (pf_test6_mbuf(input ? PF_IN : PF_OUT, ifp, mp, NULL, fwa) != PF_PASS) { in pf_inet6_hook()
H A Dpf.c9532 if (pf_test6_mbuf(PF_OUT, ifp, &m0, NULL, NULL) != PF_PASS) { in pf_route6()
10287 pf_test6_mbuf(int dir, struct ifnet *ifp, struct mbuf **m0, in pf_test6_mbuf() function