Lines Matching refs:pid
59 u32 len, u32 pid);
226 int err = 0, match, pid;
228 pid = NETLINK_CREDS(skb)->pid;
276 msg->vmsg_datalen, pid);
405 u32 len, u32 pid),
546 * @pid: receiving pid
551 scsi_nl_send_transport_msg(u32 pid, struct scsi_nl_hdr *hdr)
576 nlh = nlmsg_put(skb, pid, 0, SCSI_TRANSPORT_MSG, len - sizeof(*nlh), 0);
585 err = nlmsg_unicast(scsi_nl_sock, skb, pid);
598 "%s: Dropped Message : pid %d Transport %d, msgtype x%x, "
600 __func__, pid, hdr->transport, hdr->msgtype, hdr->msglen,
611 * @pid: process id of the receiver
625 scsi_nl_send_vendor_msg(u32 pid, unsigned short host_no, u64 vendor_id,
663 err = nlmsg_unicast(scsi_nl_sock, skb, pid);