25 #include <linux/kernel.h>
32 static unsigned int ieee802154_seq_num;
55 &nl802154_family, flags, req);
56 spin_unlock_irqrestore(&ieee802154_seq_lock, f);
70 if (genlmsg_end(msg, hdr) < 0)
73 return genlmsg_multicast(msg, 0, group,
GFP_ATOMIC);
88 hdr = genlmsg_put_reply(msg, info,
89 &nl802154_family, flags, req);
103 if (genlmsg_end(msg, hdr) < 0)
106 return genlmsg_reply(msg, info);