Lines Matching refs:netgroup
284 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
1285 if (data->netgroup == hwsim_net_get_netgroup(net)) { in hwsim_unicast_netgroup()
1693 if (data->netgroup != data2->netgroup) in mac80211_hwsim_tx_frame_no_nl()
4546 data->netgroup = hwsim_net_get_netgroup(net); in mac80211_hwsim_new_radio()
4783 if (data->netgroup == hwsim_net_get_netgroup(net)) in hwsim_register_wmediumd()
4822 data2->netgroup) in hwsim_tx_info_frame_received_nl()
4933 data2->netgroup) in hwsim_cloned_frame_received_nl()
5457 if (data->netgroup == hwsim_net_get_netgroup(&init_net)) in hwsim_exit_net()