Home
last modified time | relevance | path

Searched refs:smb2_echo_rsp (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/smb/common/
H A Dsmb2pdu.h870 struct smb2_echo_rsp { struct
/openbmc/linux/fs/smb/client/
H A Dsmb2pdu.c4095 struct smb2_echo_rsp *rsp = (struct smb2_echo_rsp *)mid->resp_buf; in smb2_echo_callback()
/openbmc/linux/fs/smb/server/
H A Dsmb2pdu.c5880 struct smb2_echo_rsp *rsp = smb2_get_msg(work->response_buf); in smb2_echo()
5887 return ksmbd_iov_pin_rsp(work, rsp, sizeof(struct smb2_echo_rsp)); in smb2_echo()