Lines Matching defs:nreg
540 struct cfg80211_mgmt_registration *reg, *nreg;
581 nreg = kzalloc(sizeof(*reg) + match_len, GFP_KERNEL);
582 if (!nreg)
609 kfree(nreg);
611 memcpy(nreg->match, match_data, match_len);
612 nreg->match_len = match_len;
613 nreg->nlportid = snd_portid;
614 nreg->frame_type = cpu_to_le16(frame_type);
615 nreg->wdev = wdev;
616 nreg->multicast_rx = multicast_rx;
617 list_add(&nreg->list, &wdev->mgmt_registrations);
627 kfree(nreg);