Home | History | Annotate | Download | only in drivers

Lines Matching refs:IFF_DORMANT

146 #ifndef IFF_DORMANT
147 #define IFF_DORMANT 0x20000 /* driver signals dormant */
917 (ifi->ifi_flags & IFF_DORMANT) ? "[DORMANT]" : "");
969 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP &&