• Home
  • Raw
  • Download

Lines Matching refs:hdr

64 	void *hdr;  in nfc_genl_send_target()  local
66 hdr = genlmsg_put(msg, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq, in nfc_genl_send_target()
68 if (!hdr) in nfc_genl_send_target()
71 genl_dump_check_consistent(cb, hdr); in nfc_genl_send_target()
99 genlmsg_end(msg, hdr); in nfc_genl_send_target()
103 genlmsg_cancel(msg, hdr); in nfc_genl_send_target()
173 void *hdr; in nfc_genl_targets_found() local
181 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_targets_found()
183 if (!hdr) in nfc_genl_targets_found()
189 genlmsg_end(msg, hdr); in nfc_genl_targets_found()
202 void *hdr; in nfc_genl_target_lost() local
208 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_target_lost()
210 if (!hdr) in nfc_genl_target_lost()
217 genlmsg_end(msg, hdr); in nfc_genl_target_lost()
232 void *hdr; in nfc_genl_tm_activated() local
238 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_tm_activated()
240 if (!hdr) in nfc_genl_tm_activated()
248 genlmsg_end(msg, hdr); in nfc_genl_tm_activated()
263 void *hdr; in nfc_genl_tm_deactivated() local
269 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_tm_deactivated()
271 if (!hdr) in nfc_genl_tm_deactivated()
277 genlmsg_end(msg, hdr); in nfc_genl_tm_deactivated()
303 void *hdr; in nfc_genl_device_added() local
309 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_device_added()
311 if (!hdr) in nfc_genl_device_added()
317 genlmsg_end(msg, hdr); in nfc_genl_device_added()
332 void *hdr; in nfc_genl_device_removed() local
338 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_device_removed()
340 if (!hdr) in nfc_genl_device_removed()
346 genlmsg_end(msg, hdr); in nfc_genl_device_removed()
364 void *hdr; in nfc_genl_llc_send_sdres() local
372 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_llc_send_sdres()
374 if (!hdr) in nfc_genl_llc_send_sdres()
411 genlmsg_end(msg, hdr); in nfc_genl_llc_send_sdres()
427 void *hdr; in nfc_genl_se_added() local
433 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_se_added()
435 if (!hdr) in nfc_genl_se_added()
443 genlmsg_end(msg, hdr); in nfc_genl_se_added()
458 void *hdr; in nfc_genl_se_removed() local
464 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_se_removed()
466 if (!hdr) in nfc_genl_se_removed()
473 genlmsg_end(msg, hdr); in nfc_genl_se_removed()
490 void *hdr; in nfc_genl_se_transaction() local
496 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_se_transaction()
498 if (!hdr) in nfc_genl_se_transaction()
517 genlmsg_end(msg, hdr); in nfc_genl_se_transaction()
535 void *hdr; in nfc_genl_se_connectivity() local
541 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_se_connectivity()
543 if (!hdr) in nfc_genl_se_connectivity()
555 genlmsg_end(msg, hdr); in nfc_genl_se_connectivity()
572 void *hdr; in nfc_genl_send_device() local
574 hdr = genlmsg_put(msg, portid, seq, &nfc_genl_family, flags, in nfc_genl_send_device()
576 if (!hdr) in nfc_genl_send_device()
580 genl_dump_check_consistent(cb, hdr); in nfc_genl_send_device()
585 genlmsg_end(msg, hdr); in nfc_genl_send_device()
589 genlmsg_cancel(msg, hdr); in nfc_genl_send_device()
651 void *hdr; in nfc_genl_dep_link_up_event() local
659 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, NFC_CMD_DEP_LINK_UP); in nfc_genl_dep_link_up_event()
660 if (!hdr) in nfc_genl_dep_link_up_event()
672 genlmsg_end(msg, hdr); in nfc_genl_dep_link_up_event()
689 void *hdr; in nfc_genl_dep_link_down_event() local
697 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_dep_link_down_event()
699 if (!hdr) in nfc_genl_dep_link_down_event()
705 genlmsg_end(msg, hdr); in nfc_genl_dep_link_down_event()
992 void *hdr; in nfc_genl_send_params() local
994 hdr = genlmsg_put(msg, portid, seq, &nfc_genl_family, 0, in nfc_genl_send_params()
996 if (!hdr) in nfc_genl_send_params()
1005 genlmsg_end(msg, hdr); in nfc_genl_send_params()
1009 genlmsg_cancel(msg, hdr); in nfc_genl_send_params()
1255 void *hdr; in nfc_genl_fw_download_done() local
1261 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_fw_download_done()
1263 if (!hdr) in nfc_genl_fw_download_done()
1271 genlmsg_end(msg, hdr); in nfc_genl_fw_download_done()
1334 void *hdr; in nfc_genl_send_se() local
1338 hdr = genlmsg_put(msg, portid, seq, &nfc_genl_family, flags, in nfc_genl_send_se()
1340 if (!hdr) in nfc_genl_send_se()
1344 genl_dump_check_consistent(cb, hdr); in nfc_genl_send_se()
1351 genlmsg_end(msg, hdr); in nfc_genl_send_se()
1357 genlmsg_cancel(msg, hdr); in nfc_genl_send_se()
1473 void *hdr; in se_io_cb() local
1481 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in se_io_cb()
1483 if (!hdr) in se_io_cb()
1491 genlmsg_end(msg, hdr); in se_io_cb()
1635 void *hdr; in __nfc_alloc_vendor_cmd_skb() local
1641 hdr = nfc_hdr_put(skb, portid, seq, 0, NFC_CMD_VENDOR); in __nfc_alloc_vendor_cmd_skb()
1642 if (!hdr) { in __nfc_alloc_vendor_cmd_skb()
1655 ((void **)skb->cb)[1] = hdr; in __nfc_alloc_vendor_cmd_skb()
1682 void *hdr = ((void **)skb->cb)[1]; in nfc_vendor_cmd_reply() local
1692 genlmsg_end(skb, hdr); in nfc_vendor_cmd_reply()