Home
last modified time | relevance | path

Searched refs:netgroup (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/
H A Dmac80211_hwsim.c264 int netgroup; member
272 return hwsim_net->netgroup; in hwsim_net_get_netgroup()
279 hwsim_net->netgroup = ida_simple_get(&hwsim_netgroup_ida, in hwsim_net_set_netgroup()
281 return hwsim_net->netgroup >= 0 ? 0 : -ENOMEM; in hwsim_net_set_netgroup()
606 int netgroup; member
607 /* wmediumd portid responsible for netgroup of this radio */
1109 if (data->netgroup == hwsim_net_get_netgroup(net)) { in hwsim_unicast_netgroup()
1468 if (data->netgroup != data2->netgroup) in mac80211_hwsim_tx_frame_no_nl()
3268 data->netgroup in mac80211_hwsim_new_radio()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c284 int netgroup; member
292 return hwsim_net->netgroup; in hwsim_net_get_netgroup()
299 hwsim_net->netgroup = ida_alloc(&hwsim_netgroup_ida, GFP_KERNEL); in hwsim_net_set_netgroup()
300 return hwsim_net->netgroup >= 0 ? 0 : -ENOMEM; in hwsim_net_set_netgroup()
701 int netgroup; member
702 /* wmediumd portid responsible for netgroup of this radio */
1395 if (data->netgroup == hwsim_net_get_netgroup(net)) { in hwsim_unicast_netgroup()
1804 if (data->netgroup != data2->netgroup) in mac80211_hwsim_tx_frame_no_nl()
5266 data->netgroup in mac80211_hwsim_new_radio()
[all...]

Completed in 11 milliseconds