Lines Matching refs:portid
21 u32 portid; /* Sending process port ID */
68 block->portid, 0,
87 cn_netlink_send_mult(block->first_cn, len, block->portid,
188 * @portid: where to send it
195 int portid, int error)
206 cn_netlink_send(&packet.cn, portid, 0, GFP_KERNEL);
399 static int w1_process_command_root(struct cn_msg *req_cn, u32 portid)
426 cn_netlink_send(cn, portid, 0, GFP_KERNEL);
437 cn_netlink_send(cn, portid, 0, GFP_KERNEL);
555 w1_netlink_send_error(cn, msg, nsp->portid, -EINVAL);
611 w1_netlink_send_error(cn, msg, nsp->portid, -ENOMEM);
615 block->portid = nsp->portid;
647 err = w1_process_command_root(cn, nsp->portid);
701 w1_netlink_send_error(cn, msg, nsp->portid, err);