Home | History | Annotate | Download | only in drivers

Lines Matching refs:ifi

1101 						 struct ifinfomsg *ifi,
1111 drv = nl80211_find_drv(global, ifi->ifi_index, buf, len);
1114 "ifindex %d", ifi->ifi_index);
1120 drv->operstate, ifi->ifi_flags,
1121 (ifi->ifi_flags & IFF_UP) ? "[UP]" : "",
1122 (ifi->ifi_flags & IFF_RUNNING) ? "[RUNNING]" : "",
1123 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
1124 (ifi->ifi_flags & IFF_DORMANT) ? "[DORMANT]" : "");
1126 if (!drv->if_disabled && !(ifi->ifi_flags & IFF_UP)) {
1127 if (if_indextoname(ifi->ifi_index, namebuf) &&
1146 if (drv->if_disabled && (ifi->ifi_flags & IFF_UP)) {
1147 if (if_indextoname(ifi->ifi_index, namebuf) &&
1176 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP &&
1177 !(ifi->ifi_flags & IFF_RUNNING))
1195 if (ifi->ifi_family == AF_BRIDGE && brid) {
1206 struct ifinfomsg *ifi,
1215 drv = nl80211_find_drv(global, ifi->ifi_index, buf, len);
1218 "foreign ifindex %d", ifi->ifi_index);
1237 if (ifi->ifi_family == AF_BRIDGE && brid) {