Lines Matching defs:portid
66 hdr = genlmsg_put(msg, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq,
568 u32 portid, u32 seq,
574 hdr = genlmsg_put(msg, portid, seq, &nfc_genl_family, flags,
620 rc = nfc_genl_send_device(skb, dev, NETLINK_CB(cb->skb).portid,
990 u32 portid, u32 seq)
994 hdr = genlmsg_put(msg, portid, seq, &nfc_genl_family, 0,
1330 u32 portid, u32 seq,
1338 hdr = genlmsg_put(msg, portid, seq, &nfc_genl_family, flags,
1388 rc = nfc_genl_send_se(skb, dev, NETLINK_CB(cb->skb).portid,
1621 static inline void *nfc_hdr_put(struct sk_buff *skb, u32 portid, u32 seq,
1625 return genlmsg_put(skb, portid, seq, &nfc_genl_family, flags, cmd);
1630 u32 portid, u32 seq,
1641 hdr = nfc_hdr_put(skb, portid, seq, 0, NFC_CMD_VENDOR);
1831 u32 portid;
1840 pr_debug("portid %d\n", w->portid);
1850 if (dev->genl_data.poll_req_portid == w->portid) {
1876 pr_debug("NETLINK_URELEASE event from id %d\n", n->portid);
1881 w->portid = n->portid;