Lines Matching refs:request_buf
47 *req = work->request_buf; in __wbuf()
96 struct smb2_hdr *req_hdr = work->request_buf; in smb2_get_ksmbd_tcon()
153 struct smb2_hdr *hdr = work->request_buf; in is_smb2_neg_cmd()
203 rcv_hdr = work->request_buf; in get_smb2_cmd_val()
435 struct smb2_hdr *hdr = 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 = work->request_buf; in init_smb2_rsp_hdr()
525 struct smb2_hdr *hdr = work->request_buf; in smb2_allocate_rsp_buf()
537 req = work->request_buf; in smb2_allocate_rsp_buf()
564 struct smb2_hdr *req_hdr = work->request_buf; in smb2_check_user_session()
1047 struct smb2_negotiate_req *req = work->request_buf; in smb2_handle_negotiate()
1068 smb2_buf_len = get_rfc1002_len(work->request_buf); in smb2_handle_negotiate()
1134 work->request_buf, in smb2_handle_negotiate()
1256 ksmbd_gen_preauth_integrity_hash(conn, work->request_buf, preauth_hash); in generate_preauth_hash()
1389 struct smb2_sess_setup_req *req = work->request_buf; in ntlm_authenticate()
1525 struct smb2_sess_setup_req *req = work->request_buf; in krb5_authenticate()
1615 struct smb2_sess_setup_req *req = work->request_buf; in smb2_sess_setup()
1831 struct smb2_tree_connect_req *req = work->request_buf; in smb2_tree_connect()
2012 struct smb2_tree_disconnect_req *req = work->request_buf; in smb2_tree_disconnect()
2051 struct smb2_logoff_req *req = work->request_buf; in smb2_session_logoff()
2079 struct smb2_create_req *req = work->request_buf; in create_smb2_pipe()
5180 struct smb2_close_req *req = work->request_buf; in smb2_close_pipe()
5964 req = work->request_buf; in smb2_set_info()
6045 struct smb2_read_req *req = work->request_buf; in smb2_read_pipe()
6257 struct smb2_write_req *req = work->request_buf; in smb2_write_pipe()
6543 struct smb2_hdr *hdr = work->request_buf; in smb2_cancel()
6558 chdr = cancel_work->request_buf; in smb2_cancel()
6577 chdr = cancel_work->request_buf; in smb2_cancel()
6712 struct smb2_lock_req *req = work->request_buf; in smb2_lock()
7509 req = work->request_buf; in smb2_ioctl()
7817 struct smb2_oplock_break *req = work->request_buf; in smb20_oplock_break_ack()
7961 struct smb2_lease_ack *req = work->request_buf; in smb21_lease_break_ack()
8095 struct smb2_oplock_break *req = work->request_buf; in smb2_oplock_break()
8148 struct smb2_hdr *rcv_hdr2 = work->request_buf; in smb2_is_sign_req()
8173 hdr_org = hdr = work->request_buf; in smb2_check_sign_req()
8271 hdr_org = hdr = work->request_buf; in smb3_check_sign_req()
8493 char *buf = work->request_buf; in smb3_decrypt_req()