Changeset View
Changeset View
Standalone View
Standalone View
sys/netinet/tcp_stacks/tcp_rack.h
Show First 20 Lines • Show All 446 Lines • ▼ Show 20 Lines | |||||
#endif | #endif | ||||
uint64_t last_gp_comp_bw; | uint64_t last_gp_comp_bw; | ||||
uint64_t last_max_bw; /* Our calculated max b/w last */ | uint64_t last_max_bw; /* Our calculated max b/w last */ | ||||
struct time_filter_small rc_gp_min_rtt; | struct time_filter_small rc_gp_min_rtt; | ||||
struct def_opt_head opt_list; | struct def_opt_head opt_list; | ||||
uint64_t lt_bw_time; /* Total time with data outstanding (lt_bw = long term bandwidth) */ | uint64_t lt_bw_time; /* Total time with data outstanding (lt_bw = long term bandwidth) */ | ||||
uint64_t lt_bw_bytes; /* Total bytes acked */ | uint64_t lt_bw_bytes; /* Total bytes acked */ | ||||
uint64_t lt_timemark; /* 64 bit timestamp when we started sending */ | uint64_t lt_timemark; /* 64 bit timestamp when we started sending */ | ||||
struct http_sendfile_track *rc_last_sft; | struct tcp_sendfile_track *rc_last_sft; | ||||
uint32_t lt_seq; /* Seq at start of lt_bw gauge */ | uint32_t lt_seq; /* Seq at start of lt_bw gauge */ | ||||
int32_t rc_rtt_diff; /* Timely style rtt diff of our gp_srtt */ | int32_t rc_rtt_diff; /* Timely style rtt diff of our gp_srtt */ | ||||
uint64_t last_sndbytes; | uint64_t last_sndbytes; | ||||
uint64_t last_snd_rxt_bytes; | uint64_t last_snd_rxt_bytes; | ||||
uint64_t rxt_threshold; | uint64_t rxt_threshold; | ||||
uint32_t last_rnd_rxt_clamped; | uint32_t last_rnd_rxt_clamped; | ||||
uint32_t num_of_clamps_applied; | uint32_t num_of_clamps_applied; | ||||
uint32_t clamp_options; | uint32_t clamp_options; | ||||
▲ Show 20 Lines • Show All 273 Lines • Show Last 20 Lines |