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, portid, 0, GFP_KERNEL); in w1_netlink_send_error()
397 static int w1_process_command_root(struct cn_msg *req_cn, u32 portid) in w1_process_command_root() argument
424 cn_netlink_send(cn, portid, 0, GFP_KERNEL); in w1_process_command_root()
435 cn_netlink_send(cn, portid, 0, GFP_KERNEL); in w1_process_command_root()
553 w1_netlink_send_error(cn, msg, nsp->portid, -EINVAL); in w1_cn_callback()
609 w1_netlink_send_error(cn, msg, nsp->portid, -ENOMEM); in w1_cn_callback()
613 block->portid = nsp->portid; in w1_cn_callback()
645 err = w1_process_command_root(cn, nsp->portid); in w1_cn_callback()
699 w1_netlink_send_error(cn, msg, nsp->portid, err); in w1_cn_callback()