Lines Matching defs:portid
291 static inline void hwsim_net_set_wmediumd(struct net *net, u32 portid)
295 hwsim_net->wmediumd = portid;
564 u32 portid;
607 /* wmediumd portid responsible for netgroup of this radio */
1101 struct sk_buff *skb, int portid)
1110 res = genlmsg_unicast(net, skb, portid);
3061 data->portid = info->snd_portid;
3407 u32 portid, u32 seq,
3414 hdr = genlmsg_put(skb, portid, seq, &hwsim_genl_family, flags,
3488 static void hwsim_register_wmediumd(struct net *net, u32 portid)
3492 hwsim_net_set_wmediumd(net, portid);
3497 data->wmediumd = portid;
3996 NETLINK_CB(cb->skb).portid,
4009 hdr = genlmsg_put(skb, NETLINK_CB(cb->skb).portid,
4076 static void remove_user_radios(u32 portid)
4083 if (entry->destroy_on_close && entry->portid == portid) {
4108 remove_user_radios(notify->portid);
4110 if (notify->portid == hwsim_net_get_wmediumd(notify->net)) {