Lines Matching refs:request_buf
47 *req = smb2_get_msg(work->request_buf); in __wbuf()
96 struct smb2_hdr *req_hdr = smb2_get_msg(work->request_buf); in smb2_get_ksmbd_tcon()
154 struct smb2_hdr *hdr = smb2_get_msg(work->request_buf); in is_smb2_neg_cmd()
204 rcv_hdr = smb2_get_msg(work->request_buf); in get_smb2_cmd_val()
435 struct smb2_hdr *hdr = smb2_get_msg(work->request_buf); in is_chained_smb2_message()
446 get_rfc1002_len(work->request_buf)) { in is_chained_smb2_message()
487 struct smb2_hdr *rcv_hdr = smb2_get_msg(work->request_buf); in init_smb2_rsp_hdr()
525 struct smb2_hdr *hdr = smb2_get_msg(work->request_buf); in smb2_allocate_rsp_buf()
537 req = smb2_get_msg(work->request_buf); in smb2_allocate_rsp_buf()
565 struct smb2_hdr *req_hdr = smb2_get_msg(work->request_buf); in smb2_check_user_session()
1068 struct smb2_negotiate_req *req = smb2_get_msg(work->request_buf); in smb2_handle_negotiate()
1089 smb2_buf_len = get_rfc1002_len(work->request_buf); in smb2_handle_negotiate()
1140 get_rfc1002_len(work->request_buf)); in smb2_handle_negotiate()
1160 work->request_buf, in smb2_handle_negotiate()
1281 ksmbd_gen_preauth_integrity_hash(conn, work->request_buf, preauth_hash); in generate_preauth_hash()
1414 struct smb2_sess_setup_req *req = smb2_get_msg(work->request_buf); in ntlm_authenticate()
1555 struct smb2_sess_setup_req *req = smb2_get_msg(work->request_buf); in krb5_authenticate()
1647 struct smb2_sess_setup_req *req = smb2_get_msg(work->request_buf); in smb2_sess_setup()
1869 struct smb2_tree_connect_req *req = smb2_get_msg(work->request_buf); in smb2_tree_connect()
2053 smb2_get_msg(work->request_buf); in smb2_tree_disconnect()
2090 struct smb2_logoff_req *req = smb2_get_msg(work->request_buf); in smb2_session_logoff()
2118 struct smb2_create_req *req = smb2_get_msg(work->request_buf); in create_smb2_pipe()
5263 struct smb2_close_req *req = smb2_get_msg(work->request_buf); in smb2_close_pipe()
6039 req = smb2_get_msg(work->request_buf); in smb2_set_info()
6120 struct smb2_read_req *req = smb2_get_msg(work->request_buf); in smb2_read_pipe()
6369 struct smb2_write_req *req = smb2_get_msg(work->request_buf); in smb2_write_pipe()
6381 get_rfc1002_len(work->request_buf)) { in smb2_write_pipe()
6384 get_rfc1002_len(work->request_buf)); in smb2_write_pipe()
6640 struct smb2_hdr *hdr = smb2_get_msg(work->request_buf); in smb2_cancel()
6654 chdr = smb2_get_msg(iter->request_buf); in smb2_cancel()
6673 chdr = smb2_get_msg(iter->request_buf); in smb2_cancel()
6808 struct smb2_lock_req *req = smb2_get_msg(work->request_buf); in smb2_lock()
7603 req = smb2_get_msg(work->request_buf); in smb2_ioctl()
7933 struct smb2_oplock_break *req = smb2_get_msg(work->request_buf); in smb20_oplock_break_ack()
8077 struct smb2_lease_ack *req = smb2_get_msg(work->request_buf); in smb21_lease_break_ack()
8211 struct smb2_oplock_break *req = smb2_get_msg(work->request_buf); in smb2_oplock_break()
8264 struct smb2_hdr *rcv_hdr2 = smb2_get_msg(work->request_buf); in smb2_is_sign_req()
8289 hdr = smb2_get_msg(work->request_buf); in smb2_check_sign_req()
8294 len = get_rfc1002_len(work->request_buf); in smb2_check_sign_req()
8298 len = get_rfc1002_len(work->request_buf) - in smb2_check_sign_req()
8388 hdr = smb2_get_msg(work->request_buf); in smb3_check_sign_req()
8393 len = get_rfc1002_len(work->request_buf); in smb3_check_sign_req()
8397 len = get_rfc1002_len(work->request_buf) - in smb3_check_sign_req()
8615 char *buf = work->request_buf; in smb3_decrypt_req()