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

/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf.c312 void pf_route6(struct mbuf **, struct pf_rule *, int,
6231 pf_route6(struct mbuf **m, struct pf_rule *r, int dir, struct ifnet *oifp, function
6245 panic("pf_route6: invalid parameters");
6272 ("pf_route6: m0->m_len < sizeof(struct ip6_hdr)\n"));
6299 ("pf_route6: TAILQ_EMPTY(&r->rpool.list)\n"));
6337 ("pf_route6: m0->m_len < sizeof(struct ip6_hdr)\n"));
7635 /* pf_route6 can free the mbuf causing *m0 to become NULL */
7637 pf_route6(m0, r, dir, kif->pfik_ifp, s, &pd);

Completed in 48 milliseconds