ip_forward
void ip_forward (struct mbuf *, boolean_t, struct sockaddr_in *);
ip_forward(m, TRUE, next_hop);
ip_forward(m, using_srcrt, next_hop);
ip_forward(m, fmsg->using_srcrt, next_hop);