Searched refs:pdu_length (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/target/iscsi/ |
H A D | iscsi_target_erl1.c | 660 u32 pdu_length, in iscsit_recalculate_dataout_values() argument 702 seq = iscsit_get_seq_holder(cmd, pdu_offset, pdu_length); in iscsit_recalculate_dataout_values() 737 u32 pdu_length) in iscsit_recover_dataout_sequence() argument 745 if (iscsit_recalculate_dataout_values(cmd, pdu_offset, pdu_length, in iscsit_recover_dataout_sequence() 1096 u32 pdu_length = 0, pdu_offset = 0; in iscsit_handle_dataout_timeout() local 1141 pdu_length = (cmd->se_cmd.data_length - in iscsit_handle_dataout_timeout() 1144 pdu_length = (conn->sess->sess_ops->MaxBurstLength - in iscsit_handle_dataout_timeout() 1148 pdu_length = (cmd->seq_end_offset - in iscsit_handle_dataout_timeout() 1153 &pdu_length) < 0) in iscsit_handle_dataout_timeout() 1157 if (iscsit_recalculate_dataout_values(cmd, pdu_offset, pdu_length, in iscsit_handle_dataout_timeout()
|
/openbmc/linux/drivers/usb/atm/ |
H A 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()
|
/openbmc/linux/fs/smb/client/ |
H A D | connect.c | 1077 unsigned int pdu_length = server->pdu_size; in standard_receive3() local 1080 if (pdu_length > CIFSMaxBufSize + MAX_HEADER_SIZE(server) - in standard_receive3() 1082 cifs_server_dbg(VFS, "SMB response too long (%u bytes)\n", pdu_length); in standard_receive3() 1088 if (pdu_length > MAX_CIFS_SMALL_BUFFER_SIZE - 4) { in standard_receive3() 1096 pdu_length - MID_HEADER_SIZE(server)); in standard_receive3() 1178 unsigned int pdu_length; in cifs_demultiplex_thread() local 1205 pdu_length = 4; /* enough to get RFC1001 header */ in cifs_demultiplex_thread() 1207 length = cifs_read_from_socket(server, buf, pdu_length); in cifs_demultiplex_thread() 1220 pdu_length = get_rfc1002_length(buf); in cifs_demultiplex_thread() 1222 cifs_dbg(FYI, "RFC1002 header 0x%x\n", pdu_length); in cifs_demultiplex_thread() [all …]
|
H A D | smb2ops.c | 4869 unsigned int pdu_length = server->pdu_size; in receive_encrypted_standard() local 4879 if (pdu_length > MAX_CIFS_SMALL_BUFFER_SIZE) { in receive_encrypted_standard() 4887 pdu_length - HEADER_SIZE(server) + 1); in receive_encrypted_standard() 4892 buf_size = pdu_length - sizeof(struct smb2_transform_hdr); in receive_encrypted_standard() 4902 if (WARN_ON_ONCE(next_cmd > pdu_length)) in receive_encrypted_standard() 4912 memcpy(next_buffer, buf + next_cmd, pdu_length - next_cmd); in receive_encrypted_standard() 4937 pdu_length -= next_cmd; in receive_encrypted_standard() 4965 unsigned int pdu_length = server->pdu_size; in smb3_receive_transform() local 4969 if (pdu_length < sizeof(struct smb2_transform_hdr) + in smb3_receive_transform() 4972 pdu_length); in smb3_receive_transform() [all …]
|
/openbmc/linux/fs/smb/server/ |
H A D | smb2pdu.c | 8992 unsigned int pdu_length = get_rfc1002_len(buf); in smb3_decrypt_req() local 8994 int buf_data_size = pdu_length - sizeof(struct smb2_transform_hdr); in smb3_decrypt_req() 8998 if (pdu_length < sizeof(struct smb2_transform_hdr) || in smb3_decrypt_req() 9001 pdu_length); in smb3_decrypt_req()
|