Lines Matching refs:portid
21 u32 portid; /* Sending process port ID */
68 block->portid, 0, GFP_KERNEL);
86 cn_netlink_send_mult(block->first_cn, len, block->portid, 0, GFP_KERNEL);
186 * @portid: where to send it
193 int portid, int error)
204 cn_netlink_send(&packet.cn, portid, 0, GFP_KERNEL);
397 static int w1_process_command_root(struct cn_msg *req_cn, u32 portid)
424 cn_netlink_send(cn, portid, 0, GFP_KERNEL);
435 cn_netlink_send(cn, portid, 0, GFP_KERNEL);
553 w1_netlink_send_error(cn, msg, nsp->portid, -EINVAL);
609 w1_netlink_send_error(cn, msg, nsp->portid, -ENOMEM);
613 block->portid = nsp->portid;
644 err = w1_process_command_root(cn, nsp->portid);
698 w1_netlink_send_error(cn, msg, nsp->portid, err);