Home
last modified time | relevance | path

Searched refs:need_response (Results 1 – 2 of 2) sorted by relevance

/linux/net/rxrpc/
H A Drecvmsg.c203 bool need_response = false; in rxrpc_recvmsg_oob() local
218 need_response = true; in rxrpc_recvmsg_oob()
230 if (need_response) in rxrpc_recvmsg_oob()
/linux/arch/um/drivers/
H A Dvirtio_uml.c226 bool need_response, struct vhost_user_msg *msg, in vhost_user_send() argument
237 * The need_response flag indicates that we already need a response, in vhost_user_send()
241 request_ack = !need_response; in vhost_user_send()
274 bool need_response, u32 request) in vhost_user_send_no_payload() argument
280 return vhost_user_send(vu_dev, need_response, &msg, NULL, 0); in vhost_user_send_no_payload()