Lines Matching refs:portid
40 u32 portid; /* Sending process port ID */ member
87 block->portid, 0, GFP_KERNEL); in w1_unref_block()
105 cn_netlink_send_mult(block->first_cn, len, block->portid, 0, GFP_KERNEL); in w1_reply_make_space()
212 int portid, int error) in w1_netlink_send_error() argument
223 cn_netlink_send(&packet.cn, portid, 0, GFP_KERNEL); in w1_netlink_send_error()
416 static int w1_process_command_root(struct cn_msg *req_cn, u32 portid) in w1_process_command_root() argument
443 cn_netlink_send(cn, portid, 0, GFP_KERNEL); in w1_process_command_root()
454 cn_netlink_send(cn, portid, 0, GFP_KERNEL); in w1_process_command_root()
572 w1_netlink_send_error(cn, msg, nsp->portid, -EINVAL); in w1_cn_callback()
628 w1_netlink_send_error(cn, msg, nsp->portid, -ENOMEM); in w1_cn_callback()
632 block->portid = nsp->portid; in w1_cn_callback()
663 err = w1_process_command_root(cn, nsp->portid); in w1_cn_callback()
717 w1_netlink_send_error(cn, msg, nsp->portid, err); in w1_cn_callback()