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

/darwin-on-arm/xnu/bsd/net/
H A Dpf.c286 static void pf_route6(struct mbuf **, struct pf_rule *, int,
7826 pf_route6(struct mbuf **m, struct pf_rule *r, int dir, struct ifnet *oifp, function
7842 panic("pf_route6: invalid parameters");
7861 ("pf_route6: m0->m_len < sizeof (struct ip6_hdr)\n"));
7886 ("pf_route6: TAILQ_EMPTY(&r->rpool.list)\n"));
7911 DPFPRINTF(PF_DEBUG_URGENT, ("pf_route6: m0->m_len "
9138 /* pf_route6 can free the mbuf causing *m0 to become NULL */
9139 pf_route6(m0, r, dir, kif->pfik_ifp, s, &pd);
9168 /* pf_route6 can free the mbuf causing *m0 to become NULL */
9169 pf_route6(m
[all...]

Completed in 19 milliseconds