Lines Matching refs:tifp
1053 struct ifnet *tifp; in rt_find_real_interface() local
1080 tifp = ntag->ifp; in rt_find_real_interface()
1082 return (tifp); in rt_find_real_interface()
1190 struct ifnet *tifp; in rt_setup_rate() local
1192 tifp = rt_find_real_interface(ifp, inp, error); in rt_setup_rate()
1193 if (tifp == NULL) { in rt_setup_rate()
1199 KASSERT((tifp != ifp), in rt_setup_rate()
1201 ifp, inp, tifp)); in rt_setup_rate()
1202 ifp = tifp; in rt_setup_rate()
1757 struct ifnet *tifp; in tcp_hw_highest_rate_ifp() local
1759 tifp = rt_find_real_interface(ifp, inp, NULL); in tcp_hw_highest_rate_ifp()
1760 if (tifp == NULL) { in tcp_hw_highest_rate_ifp()
1764 ifp = tifp; in tcp_hw_highest_rate_ifp()