Searched refs:pdu_length (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/target/iscsi/ |
D | iscsi_target_erl1.c | 659 u32 pdu_length, in iscsit_recalculate_dataout_values() argument 701 seq = iscsit_get_seq_holder(cmd, pdu_offset, pdu_length); in iscsit_recalculate_dataout_values() 736 u32 pdu_length) in iscsit_recover_dataout_sequence() argument 744 if (iscsit_recalculate_dataout_values(cmd, pdu_offset, pdu_length, in iscsit_recover_dataout_sequence() 1095 u32 pdu_length = 0, pdu_offset = 0; in iscsit_handle_dataout_timeout() local 1140 pdu_length = (cmd->se_cmd.data_length - in iscsit_handle_dataout_timeout() 1143 pdu_length = (conn->sess->sess_ops->MaxBurstLength - in iscsit_handle_dataout_timeout() 1147 pdu_length = (cmd->seq_end_offset - in iscsit_handle_dataout_timeout() 1152 &pdu_length) < 0) in iscsit_handle_dataout_timeout() 1156 if (iscsit_recalculate_dataout_values(cmd, pdu_offset, pdu_length, in iscsit_handle_dataout_timeout()
|
/linux-6.12.1/drivers/usb/atm/ |
D | usbatm.c | 338 unsigned int pdu_length; in usbatm_extract_one_cell() local 350 pdu_length = usbatm_pdu_length(length); in usbatm_extract_one_cell() 352 if (sarb->len < pdu_length) { in usbatm_extract_one_cell() 354 __func__, pdu_length, sarb->len, vcc); in usbatm_extract_one_cell() 359 if (crc32_be(~0, skb_tail_pointer(sarb) - pdu_length, pdu_length) != 0xc704dd7b) { in usbatm_extract_one_cell() 368 __func__, length, pdu_length, vcc); in usbatm_extract_one_cell() 391 skb_tail_pointer(sarb) - pdu_length, in usbatm_extract_one_cell()
|
/linux-6.12.1/fs/smb/client/ |
D | connect.c | 1054 unsigned int pdu_length = server->pdu_size; in standard_receive3() local 1057 if (pdu_length > CIFSMaxBufSize + MAX_HEADER_SIZE(server) - in standard_receive3() 1059 cifs_server_dbg(VFS, "SMB response too long (%u bytes)\n", pdu_length); in standard_receive3() 1065 if (pdu_length > MAX_CIFS_SMALL_BUFFER_SIZE - 4) { in standard_receive3() 1073 pdu_length - MID_HEADER_SIZE(server)); in standard_receive3() 1155 unsigned int pdu_length; in cifs_demultiplex_thread() local 1182 pdu_length = 4; /* enough to get RFC1001 header */ in cifs_demultiplex_thread() 1184 length = cifs_read_from_socket(server, buf, pdu_length); in cifs_demultiplex_thread() 1197 pdu_length = get_rfc1002_length(buf); in cifs_demultiplex_thread() 1199 cifs_dbg(FYI, "RFC1002 header 0x%x\n", pdu_length); in cifs_demultiplex_thread() [all …]
|
D | smb2ops.c | 4954 unsigned int pdu_length = server->pdu_size; in receive_encrypted_standard() local 4964 if (pdu_length > MAX_CIFS_SMALL_BUFFER_SIZE) { in receive_encrypted_standard() 4972 pdu_length - HEADER_SIZE(server) + 1); in receive_encrypted_standard() 4977 buf_size = pdu_length - sizeof(struct smb2_transform_hdr); in receive_encrypted_standard() 4987 if (WARN_ON_ONCE(next_cmd > pdu_length)) in receive_encrypted_standard() 4993 memcpy(next_buffer, buf + next_cmd, pdu_length - next_cmd); in receive_encrypted_standard() 5018 pdu_length -= next_cmd; in receive_encrypted_standard() 5046 unsigned int pdu_length = server->pdu_size; in smb3_receive_transform() local 5050 if (pdu_length < sizeof(struct smb2_transform_hdr) + in smb3_receive_transform() 5053 pdu_length); in smb3_receive_transform() [all …]
|
/linux-6.12.1/fs/smb/server/ |
D | smb2pdu.c | 8935 unsigned int pdu_length = get_rfc1002_len(buf); in smb3_decrypt_req() local 8937 int buf_data_size = pdu_length - sizeof(struct smb2_transform_hdr); in smb3_decrypt_req() 8941 if (pdu_length < sizeof(struct smb2_transform_hdr) || in smb3_decrypt_req() 8944 pdu_length); in smb3_decrypt_req()
|