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