Searched refs:nfc_genl_family (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/net/nfc/ |
D | netlink.c | 29 static struct genl_family nfc_genl_family; variable 63 &nfc_genl_family, flags, NFC_CMD_GET_TARGET); in nfc_genl_send_target() 105 struct nlattr **attrbuf = genl_family_attrbuf(&nfc_genl_family); in __get_device_from_cb() 111 GENL_HDRLEN + nfc_genl_family.hdrsize, in __get_device_from_cb() 112 attrbuf, nfc_genl_family.maxattr, in __get_device_from_cb() 185 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_targets_found() 195 return genlmsg_multicast(&nfc_genl_family, msg, 0, 0, GFP_ATOMIC); in nfc_genl_targets_found() 212 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_target_lost() 223 genlmsg_multicast(&nfc_genl_family, msg, 0, 0, GFP_KERNEL); in nfc_genl_target_lost() 242 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_tm_activated() [all …]
|