Lines Matching defs:hdr
170 void *hdr;
172 hdr = genlmsg_put(msg->skb, msg->portid, msg->seq, &tipc_genl_family,
174 if (!hdr)
188 genlmsg_end(msg->skb, hdr);
195 genlmsg_cancel(msg->skb, hdr);
295 void *hdr;
297 hdr = genlmsg_put(msg->skb, msg->portid, msg->seq, &tipc_genl_family,
299 if (!hdr)
311 genlmsg_end(msg->skb, hdr);
318 genlmsg_cancel(msg->skb, hdr);