Lines Matching defs:tifp
1053 struct ifnet *tifp;
1080 tifp = ntag->ifp;
1082 return (tifp);
1190 struct ifnet *tifp;
1192 tifp = rt_find_real_interface(ifp, inp, error);
1193 if (tifp == NULL) {
1199 KASSERT((tifp != ifp),
1200 ("Lookup failure ifp:%p inp:%p rt_find_real_interface() returns the same interface tifp:%p?\n",
1201 ifp, inp, tifp));
1202 ifp = tifp;
1757 struct ifnet *tifp;
1759 tifp = rt_find_real_interface(ifp, inp, NULL);
1760 if (tifp == NULL) {
1764 ifp = tifp;