Searched refs:tcp_timestamp_stat (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/include/scsi/ | 
| D | libiscsi.h | 217 	uint8_t			tcp_timestamp_stat;  member
 | 
| D | scsi_transport_iscsi.h | 319 	uint8_t			tcp_timestamp_stat;  member
 | 
| /Linux-v5.4/drivers/scsi/qla4xxx/ | 
| D | ql4_os.c | 3516 	conn->tcp_timestamp_stat = test_bit(TCPOPT_TIMESTAMP_STAT, &options);  in qla4xxx_copy_from_fwddb_param()3647 	SET_BITVAL(conn->tcp_timestamp_stat, options, BIT_6);  in qla4xxx_copy_to_fwddb_param()
 3753 	conn->tcp_timestamp_stat = test_bit(TCPOPT_TIMESTAMP_STAT, &options);  in qla4xxx_copy_to_sess_conn_params()
 7898 		rc = sprintf(buf, "%u\n", fnode_conn->tcp_timestamp_stat);  in qla4xxx_sysfs_ddb_get_param()
 8159 			fnode_conn->tcp_timestamp_stat = fnode_param->value[0];  in qla4xxx_sysfs_ddb_set_param()
 
 | 
| /Linux-v5.4/drivers/scsi/ | 
| D | scsi_transport_iscsi.c | 1049 iscsi_flashnode_conn_attr(fnode, tcp_timestamp_stat,3758 iscsi_conn_attr(tcp_timestamp_stat, ISCSI_PARAM_TCP_TIMESTAMP_STAT);
 
 | 
| D | libiscsi.c | 3550 		len = sprintf(buf, "%u\n", conn->tcp_timestamp_stat);  in iscsi_conn_get_param()
 |