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

/darwin-on-arm/xnu/bsd/net/
H A Dpf.c282 static void pf_route(struct mbuf **, struct pf_rule *, int,
7611 pf_route(struct mbuf **m, struct pf_rule *r, int dir, struct ifnet *oifp, function
7628 panic("pf_route: invalid parameters");
7647 ("pf_route: m0->m_len < sizeof (struct ip)\n"));
7677 ("pf_route: TAILQ_EMPTY(&r->rpool.list)\n"));
7704 ("pf_route: m0->m_len < sizeof (struct ip)\n"));
8561 /* pf_route can free the mbuf causing *m0 to become NULL */
8562 pf_route(m0, r, dir, kif->pfik_ifp, s, &pd);

Completed in 80 milliseconds