Home | History | Annotate | Download | only in drivers

Lines Matching refs:ifi

888 						 struct ifinfomsg *ifi,
898 drv = nl80211_find_drv(global, ifi->ifi_index, buf, len);
901 "ifindex %d", ifi->ifi_index);
907 drv->operstate, ifi->ifi_flags,
908 (ifi->ifi_flags & IFF_UP) ? "[UP]" : "",
909 (ifi->ifi_flags & IFF_RUNNING) ? "[RUNNING]" : "",
910 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
911 (ifi->ifi_flags & IFF_DORMANT) ? "[DORMANT]" : "");
913 if (!drv->if_disabled && !(ifi->ifi_flags & IFF_UP)) {
914 if (if_indextoname(ifi->ifi_index, namebuf) &&
933 if (drv->if_disabled && (ifi->ifi_flags & IFF_UP)) {
934 if (if_indextoname(ifi->ifi_index, namebuf) &&
963 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP &&
964 !(ifi->ifi_flags & IFF_RUNNING))
982 if (ifi->ifi_family == AF_BRIDGE && brid) {
993 struct ifinfomsg *ifi,
1002 drv = nl80211_find_drv(global, ifi->ifi_index, buf, len);
1005 "foreign ifindex %d", ifi->ifi_index);
1024 if (ifi->ifi_family == AF_BRIDGE && brid) {