Home
last modified time | relevance | path

Searched refs:have_ifidx (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/ieee802154/
Dnl802154.c62 bool have_ifidx = attrs[NL802154_ATTR_IFINDEX]; in __cfg802154_wpan_dev_from_attrs() local
70 if (!have_ifidx && !have_wpan_dev_id) in __cfg802154_wpan_dev_from_attrs()
73 if (have_ifidx) in __cfg802154_wpan_dev_from_attrs()
89 if (have_ifidx && wpan_dev->netdev && in __cfg802154_wpan_dev_from_attrs()
/linux-4.1.27/net/wireless/
Dnl80211.c78 bool have_ifidx = attrs[NL80211_ATTR_IFINDEX]; in __cfg80211_wdev_from_attrs() local
86 if (!have_ifidx && !have_wdev_id) in __cfg80211_wdev_from_attrs()
89 if (have_ifidx) in __cfg80211_wdev_from_attrs()
106 if (have_ifidx && wdev->netdev && in __cfg80211_wdev_from_attrs()