Lines Matching refs:portid
80 hdr = genlmsg_put(msg, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq, in nfc_genl_send_target()
556 u32 portid, u32 seq, in nfc_genl_send_device() argument
562 hdr = genlmsg_put(msg, portid, seq, &nfc_genl_family, flags, in nfc_genl_send_device()
612 rc = nfc_genl_send_device(skb, dev, NETLINK_CB(cb->skb).portid, in nfc_genl_dump_devices()
953 u32 portid, u32 seq) in nfc_genl_send_params() argument
957 hdr = genlmsg_put(msg, portid, seq, &nfc_genl_family, 0, in nfc_genl_send_params()
1285 u32 portid, u32 seq, in nfc_genl_send_se() argument
1293 hdr = genlmsg_put(msg, portid, seq, &nfc_genl_family, flags, in nfc_genl_send_se()
1343 rc = nfc_genl_send_se(skb, dev, NETLINK_CB(cb->skb).portid, in nfc_genl_dump_ses()
1547 static inline void *nfc_hdr_put(struct sk_buff *skb, u32 portid, u32 seq, in nfc_hdr_put() argument
1551 return genlmsg_put(skb, portid, seq, &nfc_genl_family, flags, cmd); in nfc_hdr_put()
1556 u32 portid, u32 seq, in __nfc_alloc_vendor_cmd_skb() argument
1567 hdr = nfc_hdr_put(skb, portid, seq, 0, NFC_CMD_VENDOR); in __nfc_alloc_vendor_cmd_skb()
1723 u32 portid; member
1732 pr_debug("portid %d\n", w->portid); in nfc_urelease_event_work()
1742 if (dev->genl_data.poll_req_portid == w->portid) { in nfc_urelease_event_work()
1768 pr_debug("NETLINK_URELEASE event from id %d\n", n->portid); in nfc_genl_rcv_nl_event()
1773 w->portid = n->portid; in nfc_genl_rcv_nl_event()