Home | History | Annotate | Download | only in drivers

Lines Matching refs:if_removed

68 	int	if_removed;		/* has the interface been removed? */
114 if (drv->ifindex == 0 || drv->if_removed)
1246 drv->if_removed = 1;
1253 drv->if_removed = 0;
1623 if (drv->ifindex != 0 && !drv->if_removed) {