Lines Matching defs:reply
46 msg->reply = -EOPNOTSUPP;
49 msg->reply = vcc->dev->ops->change_qos(vcc, &msg->qos,
50 msg->reply);
51 if (!msg->reply)
78 sk->sk_err = -msg->reply;
99 sk->sk_err = -msg->reply;
121 vcc_release_async(vcc, msg->reply);
128 WRITE_ONCE(sk->sk_err_soft, -msg->reply);
145 int reply)
158 msg->reply = reply;
184 /* other ISP applications may use "reply" */