Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/net/
H A Dpfvar.h2212 __private_extern__ int pf_test_mbuf(int, struct ifnet *, struct mbuf **,
H A Dpf_ioctl.c4732 if (pf_test_mbuf(input ? PF_IN : PF_OUT, ifp, mp, NULL, fwa) != PF_PASS) { in pf_inet_hook()
H A Dpf.c9339 if (pf_test_mbuf(PF_OUT, ifp, &m0, NULL, NULL) != PF_PASS) { in pf_route()
9689 pf_test_mbuf(int dir, struct ifnet *ifp, struct mbuf **m0, in pf_test_mbuf() function