Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115444619
D49669.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
885 B
Referenced Files
None
Subscribers
None
D49669.diff
View Options
diff --git a/sys/netinet/tcp_log_buf.h b/sys/netinet/tcp_log_buf.h
--- a/sys/netinet/tcp_log_buf.h
+++ b/sys/netinet/tcp_log_buf.h
@@ -60,14 +60,6 @@
uint8_t _pad[4];
} ALIGN_TCP_LOG;
-/* Internal RACK state variables. */
-struct tcp_log_rack
-{
- uint32_t tlr_rack_rtt; /* rc_rack_rtt */
- uint8_t tlr_state; /* Internal RACK state */
- uint8_t _pad[3]; /* Padding */
-};
-
struct tcp_log_bbr {
uint64_t cur_del_rate;
uint64_t delRate;
@@ -126,7 +118,6 @@
*/
union tcp_log_stackspecific
{
- struct tcp_log_rack u_rack;
struct tcp_log_bbr u_bbr;
struct tcp_log_sendfile u_sf;
struct tcp_log_raw u_raw; /* "raw" log access */
@@ -185,7 +176,6 @@
uint8_t _pad[3]; /* Padding */
/* Per-stack info */
union tcp_log_stackspecific tlb_stackinfo;
-#define tlb_rack tlb_stackinfo.u_rack
/* The packet */
uint32_t tlb_len; /* The packet's data length */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 24, 9:59 PM (17 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17397235
Default Alt Text
D49669.diff (885 B)
Attached To
Mode
D49669: tcp: remove struct tcp_log_rack
Attached
Detach File
Event Timeline
Log In to Comment