Searched refs:tcp_timestamp_stat (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/scsi/ |
D | libiscsi.h | 230 uint8_t tcp_timestamp_stat; member
|
D | scsi_transport_iscsi.h | 332 uint8_t tcp_timestamp_stat; member
|
/Linux-v4.19/drivers/scsi/qla4xxx/ |
D | ql4_os.c | 3515 conn->tcp_timestamp_stat = test_bit(TCPOPT_TIMESTAMP_STAT, &options); in qla4xxx_copy_from_fwddb_param() 3646 SET_BITVAL(conn->tcp_timestamp_stat, options, BIT_6); in qla4xxx_copy_to_fwddb_param() 3752 conn->tcp_timestamp_stat = test_bit(TCPOPT_TIMESTAMP_STAT, &options); in qla4xxx_copy_to_sess_conn_params() 7899 rc = sprintf(buf, "%u\n", fnode_conn->tcp_timestamp_stat); in qla4xxx_sysfs_ddb_get_param() 8160 fnode_conn->tcp_timestamp_stat = fnode_param->value[0]; in qla4xxx_sysfs_ddb_set_param()
|
/Linux-v4.19/drivers/scsi/ |
D | scsi_transport_iscsi.c | 1044 iscsi_flashnode_conn_attr(fnode, tcp_timestamp_stat, 3754 iscsi_conn_attr(tcp_timestamp_stat, ISCSI_PARAM_TCP_TIMESTAMP_STAT);
|
D | libiscsi.c | 3581 len = sprintf(buf, "%u\n", conn->tcp_timestamp_stat); in iscsi_conn_get_param()
|