Lines Matching defs:hdr
166 void *hdr;
168 hdr = genlmsg_put(msg->skb, msg->portid, msg->seq, &tipc_genl_family,
170 if (!hdr)
184 genlmsg_end(msg->skb, hdr);
191 genlmsg_cancel(msg->skb, hdr);
291 void *hdr;
293 hdr = genlmsg_put(msg->skb, msg->portid, msg->seq, &tipc_genl_family,
295 if (!hdr)
307 genlmsg_end(msg->skb, hdr);
314 genlmsg_cancel(msg->skb, hdr);