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

/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf.c309 void pf_route(struct mbuf **, struct pf_rule *, int,
5924 pf_route(struct mbuf **m, struct pf_rule *r, int dir, struct ifnet *oifp, function
5945 panic("pf_route: invalid parameters");
5972 ("pf_route: m0->m_len < sizeof(struct ip)\n"));
6008 ("pf_route: TAILQ_EMPTY(&r->rpool.list)\n"));
6047 ("pf_route: m0->m_len < sizeof(struct ip)\n"));
7128 /* pf_route can free the mbuf causing *m0 to become NULL */
7130 pf_route(m0, r, dir, kif->pfik_ifp, s, &pd);

Completed in 100 milliseconds