ip6_mforward
if (ip6_mrouter && ip6_mforward(ip6, m->m_pkthdr.rcvif, m)) {
if (ip6_mforward(ip6, ifp, m) != 0) {
int ip6_mforward (struct ip6_hdr *, struct ifnet *, struct mbuf *);