Lines Matching refs:hdr

70 	void *hdr;  in nfc_genl_send_target()  local
72 hdr = genlmsg_put(msg, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq, in nfc_genl_send_target()
74 if (!hdr) in nfc_genl_send_target()
77 genl_dump_check_consistent(cb, hdr, &nfc_genl_family); in nfc_genl_send_target()
105 genlmsg_end(msg, hdr); in nfc_genl_send_target()
109 genlmsg_cancel(msg, hdr); in nfc_genl_send_target()
186 void *hdr; in nfc_genl_targets_found() local
194 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_targets_found()
196 if (!hdr) in nfc_genl_targets_found()
202 genlmsg_end(msg, hdr); in nfc_genl_targets_found()
207 genlmsg_cancel(msg, hdr); in nfc_genl_targets_found()
216 void *hdr; in nfc_genl_target_lost() local
222 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_target_lost()
224 if (!hdr) in nfc_genl_target_lost()
231 genlmsg_end(msg, hdr); in nfc_genl_target_lost()
238 genlmsg_cancel(msg, hdr); in nfc_genl_target_lost()
247 void *hdr; in nfc_genl_tm_activated() local
253 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_tm_activated()
255 if (!hdr) in nfc_genl_tm_activated()
263 genlmsg_end(msg, hdr); in nfc_genl_tm_activated()
270 genlmsg_cancel(msg, hdr); in nfc_genl_tm_activated()
279 void *hdr; in nfc_genl_tm_deactivated() local
285 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_tm_deactivated()
287 if (!hdr) in nfc_genl_tm_deactivated()
293 genlmsg_end(msg, hdr); in nfc_genl_tm_deactivated()
300 genlmsg_cancel(msg, hdr); in nfc_genl_tm_deactivated()
309 void *hdr; in nfc_genl_device_added() local
315 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_device_added()
317 if (!hdr) in nfc_genl_device_added()
326 genlmsg_end(msg, hdr); in nfc_genl_device_added()
333 genlmsg_cancel(msg, hdr); in nfc_genl_device_added()
342 void *hdr; in nfc_genl_device_removed() local
348 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_device_removed()
350 if (!hdr) in nfc_genl_device_removed()
356 genlmsg_end(msg, hdr); in nfc_genl_device_removed()
363 genlmsg_cancel(msg, hdr); in nfc_genl_device_removed()
375 void *hdr; in nfc_genl_llc_send_sdres() local
383 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_llc_send_sdres()
385 if (!hdr) in nfc_genl_llc_send_sdres()
422 genlmsg_end(msg, hdr); in nfc_genl_llc_send_sdres()
427 genlmsg_cancel(msg, hdr); in nfc_genl_llc_send_sdres()
440 void *hdr; in nfc_genl_se_added() local
446 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_se_added()
448 if (!hdr) in nfc_genl_se_added()
456 genlmsg_end(msg, hdr); in nfc_genl_se_added()
463 genlmsg_cancel(msg, hdr); in nfc_genl_se_added()
472 void *hdr; in nfc_genl_se_removed() local
478 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_se_removed()
480 if (!hdr) in nfc_genl_se_removed()
487 genlmsg_end(msg, hdr); in nfc_genl_se_removed()
494 genlmsg_cancel(msg, hdr); in nfc_genl_se_removed()
505 void *hdr; in nfc_genl_se_transaction() local
511 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_se_transaction()
513 if (!hdr) in nfc_genl_se_transaction()
532 genlmsg_end(msg, hdr); in nfc_genl_se_transaction()
539 genlmsg_cancel(msg, hdr); in nfc_genl_se_transaction()
552 void *hdr; in nfc_genl_send_device() local
554 hdr = genlmsg_put(msg, portid, seq, &nfc_genl_family, flags, in nfc_genl_send_device()
556 if (!hdr) in nfc_genl_send_device()
560 genl_dump_check_consistent(cb, hdr, &nfc_genl_family); in nfc_genl_send_device()
569 genlmsg_end(msg, hdr); in nfc_genl_send_device()
573 genlmsg_cancel(msg, hdr); in nfc_genl_send_device()
633 void *hdr; in nfc_genl_dep_link_up_event() local
641 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, NFC_CMD_DEP_LINK_UP); in nfc_genl_dep_link_up_event()
642 if (!hdr) in nfc_genl_dep_link_up_event()
654 genlmsg_end(msg, hdr); in nfc_genl_dep_link_up_event()
663 genlmsg_cancel(msg, hdr); in nfc_genl_dep_link_up_event()
672 void *hdr; in nfc_genl_dep_link_down_event() local
680 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_dep_link_down_event()
682 if (!hdr) in nfc_genl_dep_link_down_event()
688 genlmsg_end(msg, hdr); in nfc_genl_dep_link_down_event()
695 genlmsg_cancel(msg, hdr); in nfc_genl_dep_link_down_event()
947 void *hdr; in nfc_genl_send_params() local
949 hdr = genlmsg_put(msg, portid, seq, &nfc_genl_family, 0, in nfc_genl_send_params()
951 if (!hdr) in nfc_genl_send_params()
960 genlmsg_end(msg, hdr); in nfc_genl_send_params()
965 genlmsg_cancel(msg, hdr); in nfc_genl_send_params()
1203 void *hdr; in nfc_genl_fw_download_done() local
1209 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_fw_download_done()
1211 if (!hdr) in nfc_genl_fw_download_done()
1219 genlmsg_end(msg, hdr); in nfc_genl_fw_download_done()
1226 genlmsg_cancel(msg, hdr); in nfc_genl_fw_download_done()
1283 void *hdr; in nfc_genl_send_se() local
1287 hdr = genlmsg_put(msg, portid, seq, &nfc_genl_family, flags, in nfc_genl_send_se()
1289 if (!hdr) in nfc_genl_send_se()
1293 genl_dump_check_consistent(cb, hdr, &nfc_genl_family); in nfc_genl_send_se()
1300 genlmsg_end(msg, hdr); in nfc_genl_send_se()
1306 genlmsg_cancel(msg, hdr); in nfc_genl_send_se()
1416 void *hdr; in se_io_cb() local
1424 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in se_io_cb()
1426 if (!hdr) in se_io_cb()
1434 genlmsg_end(msg, hdr); in se_io_cb()
1443 genlmsg_cancel(msg, hdr); in se_io_cb()