| .. | .. |
|---|
| 33 | 33 | u32 cxn_timeout_errors; |
|---|
| 34 | 34 | u32 pdu_format_errors; |
|---|
| 35 | 35 | u32 last_sess_failure_type; |
|---|
| 36 | | - char last_sess_fail_rem_name[224]; |
|---|
| 36 | + char last_sess_fail_rem_name[ISCSI_IQN_LEN]; |
|---|
| 37 | 37 | } ____cacheline_aligned; |
|---|
| 38 | 38 | |
|---|
| 39 | 39 | /* iSCSI login failure types (sub oids) */ |
|---|
| .. | .. |
|---|
| 56 | 56 | u32 last_fail_type; |
|---|
| 57 | 57 | int last_intr_fail_ip_family; |
|---|
| 58 | 58 | struct sockaddr_storage last_intr_fail_sockaddr; |
|---|
| 59 | | - char last_intr_fail_name[224]; |
|---|
| 59 | + char last_intr_fail_name[ISCSI_IQN_LEN]; |
|---|
| 60 | 60 | } ____cacheline_aligned; |
|---|
| 61 | 61 | |
|---|
| 62 | 62 | /* iSCSI logout stats */ |
|---|