Searched refs:destifp (Results 1 – 2 of 2) sorted by relevance
408 struct ifnet *destifp; in ip6_forward() local410 destifp = if_get(rt->rt_ifidx); in ip6_forward()411 if (destifp != NULL) in ip6_forward()412 destmtu = destifp->if_mtu; in ip6_forward()413 if_put(destifp); in ip6_forward()
1659 struct ifnet *destifp; in ip_forward() local1661 destifp = if_get(rt->rt_ifidx); in ip_forward()1662 if (destifp != NULL) in ip_forward()1663 destmtu = destifp->if_mtu; in ip_forward()1664 if_put(destifp); in ip_forward()