Lines Matching refs:request_buf

48 		*req = smb2_get_msg(work->request_buf);  in __wbuf()
90 struct smb2_hdr *req_hdr = smb2_get_msg(work->request_buf); in smb2_get_ksmbd_tcon()
148 struct smb2_hdr *hdr = smb2_get_msg(work->request_buf); in is_smb2_neg_cmd()
198 rcv_hdr = smb2_get_msg(work->request_buf); in get_smb2_cmd_val()
428 struct smb2_hdr *hdr = smb2_get_msg(work->request_buf); in is_chained_smb2_message()
439 get_rfc1002_len(work->request_buf)) { in is_chained_smb2_message()
480 struct smb2_hdr *rcv_hdr = smb2_get_msg(work->request_buf); in init_smb2_rsp_hdr()
518 struct smb2_hdr *hdr = smb2_get_msg(work->request_buf); in smb2_allocate_rsp_buf()
530 req = smb2_get_msg(work->request_buf); in smb2_allocate_rsp_buf()
558 struct smb2_hdr *req_hdr = smb2_get_msg(work->request_buf); in smb2_check_user_session()
1060 struct smb2_negotiate_req *req = smb2_get_msg(work->request_buf); in smb2_handle_negotiate()
1081 smb2_buf_len = get_rfc1002_len(work->request_buf); in smb2_handle_negotiate()
1132 get_rfc1002_len(work->request_buf)); in smb2_handle_negotiate()
1152 work->request_buf, in smb2_handle_negotiate()
1272 ksmbd_gen_preauth_integrity_hash(conn, work->request_buf, preauth_hash); in generate_preauth_hash()
1405 struct smb2_sess_setup_req *req = smb2_get_msg(work->request_buf); in ntlm_authenticate()
1542 struct smb2_sess_setup_req *req = smb2_get_msg(work->request_buf); in krb5_authenticate()
1630 struct smb2_sess_setup_req *req = smb2_get_msg(work->request_buf); in smb2_sess_setup()
1852 struct smb2_tree_connect_req *req = smb2_get_msg(work->request_buf); in smb2_tree_connect()
2039 smb2_get_msg(work->request_buf); in smb2_tree_disconnect()
2076 struct smb2_logoff_req *req = smb2_get_msg(work->request_buf); in smb2_session_logoff()
2104 struct smb2_create_req *req = smb2_get_msg(work->request_buf); in create_smb2_pipe()
5249 struct smb2_close_req *req = smb2_get_msg(work->request_buf); in smb2_close_pipe()
6025 req = smb2_get_msg(work->request_buf); in smb2_set_info()
6106 struct smb2_read_req *req = smb2_get_msg(work->request_buf); in smb2_read_pipe()
6355 struct smb2_write_req *req = smb2_get_msg(work->request_buf); in smb2_write_pipe()
6367 get_rfc1002_len(work->request_buf)) { in smb2_write_pipe()
6370 get_rfc1002_len(work->request_buf)); in smb2_write_pipe()
6626 struct smb2_hdr *hdr = smb2_get_msg(work->request_buf); in smb2_cancel()
6640 chdr = smb2_get_msg(iter->request_buf); in smb2_cancel()
6661 chdr = smb2_get_msg(iter->request_buf); in smb2_cancel()
6790 struct smb2_lock_req *req = smb2_get_msg(work->request_buf); in smb2_lock()
7591 req = smb2_get_msg(work->request_buf); in smb2_ioctl()
7921 struct smb2_oplock_break *req = smb2_get_msg(work->request_buf); in smb20_oplock_break_ack()
8065 struct smb2_lease_ack *req = smb2_get_msg(work->request_buf); in smb21_lease_break_ack()
8199 struct smb2_oplock_break *req = smb2_get_msg(work->request_buf); in smb2_oplock_break()
8252 struct smb2_hdr *rcv_hdr2 = smb2_get_msg(work->request_buf); in smb2_is_sign_req()
8277 hdr = smb2_get_msg(work->request_buf); in smb2_check_sign_req()
8282 len = get_rfc1002_len(work->request_buf); in smb2_check_sign_req()
8286 len = get_rfc1002_len(work->request_buf) - in smb2_check_sign_req()
8376 hdr = smb2_get_msg(work->request_buf); in smb3_check_sign_req()
8381 len = get_rfc1002_len(work->request_buf); in smb3_check_sign_req()
8385 len = get_rfc1002_len(work->request_buf) - in smb3_check_sign_req()
8597 char *buf = work->request_buf; in smb3_decrypt_req()