Home
last modified time | relevance | path

Searched refs:nsdata (Results 1 – 3 of 3) sorted by relevance

/net/ipv6/
Dioam6.c107 struct ioam6_pernet_data *nsdata; in ioam6_genl_addns() local
118 nsdata = ioam6_pernet(genl_info_net(info)); in ioam6_genl_addns()
120 mutex_lock(&nsdata->lock); in ioam6_genl_addns()
122 ns = rhashtable_lookup_fast(&nsdata->namespaces, &id, rht_ns_params); in ioam6_genl_addns()
149 err = rhashtable_lookup_insert_fast(&nsdata->namespaces, &ns->head, in ioam6_genl_addns()
155 mutex_unlock(&nsdata->lock); in ioam6_genl_addns()
161 struct ioam6_pernet_data *nsdata; in ioam6_genl_delns() local
171 nsdata = ioam6_pernet(genl_info_net(info)); in ioam6_genl_delns()
173 mutex_lock(&nsdata->lock); in ioam6_genl_delns()
175 ns = rhashtable_lookup_fast(&nsdata->namespaces, &id, rht_ns_params); in ioam6_genl_delns()
[all …]
/net/mac802154/
Diface.c270 struct ieee802154_sub_if_data *nsdata; in ieee802154_check_concurrent_iface() local
273 list_for_each_entry(nsdata, &local->interfaces, list) { in ieee802154_check_concurrent_iface()
274 if (nsdata != sdata && ieee802154_sdata_running(nsdata)) { in ieee802154_check_concurrent_iface()
283 nsdata->wpan_dev.iftype == NL802154_IFTYPE_NODE) in ieee802154_check_concurrent_iface()
290 &nsdata->wpan_dev); in ieee802154_check_concurrent_iface()
/net/mac80211/
Diface.c244 struct ieee80211_sub_if_data *nsdata; in ieee80211_check_concurrent_iface() local
250 list_for_each_entry(nsdata, &local->interfaces, list) { in ieee80211_check_concurrent_iface()
251 if (nsdata != sdata && ieee80211_sdata_running(nsdata)) { in ieee80211_check_concurrent_iface()
256 nsdata->vif.type != NL80211_IFTYPE_MONITOR) || in ieee80211_check_concurrent_iface()
258 nsdata->vif.type == NL80211_IFTYPE_OCB)) in ieee80211_check_concurrent_iface()
272 nsdata->vif.type == NL80211_IFTYPE_ADHOC) in ieee80211_check_concurrent_iface()
278 if (nsdata->vif.csa_active) in ieee80211_check_concurrent_iface()
286 nsdata->vif.addr)) in ieee80211_check_concurrent_iface()
293 nsdata->vif.type)) in ieee80211_check_concurrent_iface()
300 nsdata->vif.type == NL80211_IFTYPE_AP) in ieee80211_check_concurrent_iface()
[all …]