Searched refs:pf_route (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpf.c290 static void pf_route(struct mbuf **, struct pf_rule *, int,
7686 pf_route(struct mbuf **m, struct pf_rule *r, int dir, struct ifnet *oifp, function
7705 panic("pf_route: invalid parameters");
7724 ("pf_route: m0->m_len < sizeof (struct ip)\n"));
7752 ("pf_route: TAILQ_EMPTY(&r->rpool.list)\n"));
7779 ("pf_route: m0->m_len < sizeof (struct ip)\n"));
8593 /* pf_route can free the mbuf causing *m0 to become NULL */
8594 pf_route(m0, r, dir, kif->pfik_ifp, s, &pd);

Completed in 174 milliseconds