ip_input.c | 247 static void ip_forward(struct mbuf *, int, struct ifnet *); 605 * XXX The setting of "srcrt" here is to prevent ip_forward() 747 ip_forward(m, srcrt, ifp); 1162 ip_forward(m, 1, rcvif); 1335 ip_forward(struct mbuf *m, int srcrt, struct ifnet *rcvif) function in typeref:typename:void 1349 KASSERTMSG(cpu_softintr_p(), "ip_forward: not in the software "
|