Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115941687
D28759.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
500 B
Referenced Files
None
Subscribers
None
D28759.diff
View Options
Index: sys/netinet/tcp_lro.c
===================================================================
--- sys/netinet/tcp_lro.c
+++ sys/netinet/tcp_lro.c
@@ -470,6 +470,7 @@
}
#endif
+#ifdef TCPHPTS
static void
tcp_lro_log(struct tcpcb *tp, struct lro_ctrl *lc,
struct lro_entry *le, struct mbuf *m, int frm, int32_t tcp_data_len,
@@ -520,6 +521,7 @@
0, &log, false, &tv);
}
}
+#endif
static void
tcp_flush_out_le(struct tcpcb *tp, struct lro_ctrl *lc, struct lro_entry *le)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 1, 4:45 PM (10 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17886515
Default Alt Text
D28759.diff (500 B)
Attached To
Mode
D28759: Guard tcp_lro_log with #ifdef TCPHPTS.
Attached
Detach File
Event Timeline
Log In to Comment