Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dmessage_verify.c19 bool need_response[F_SIZE]; variable
26 need_response[cmd] = true; in hmdfs_message_verify_init()
27 need_response[F_RELEASE] = false; in hmdfs_message_verify_init()
28 need_response[F_CONNECT_REKEY] = false; in hmdfs_message_verify_init()
29 need_response[F_DROP_PUSH] = false; in hmdfs_message_verify_init()
901 if (need_response[head->operations.command]) in handle_bad_message()
/kernel/linux/linux-5.10/arch/um/drivers/
Dvirtio_uml.c214 bool need_response, struct vhost_user_msg *msg, in vhost_user_send() argument
229 request_ack = !need_response; in vhost_user_send()
262 bool need_response, u32 request) in vhost_user_send_no_payload() argument
268 return vhost_user_send(vu_dev, need_response, &msg, NULL, 0); in vhost_user_send_no_payload()