Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144781777
D12647.1776475220.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
707 B
Referenced Files
None
Subscribers
None
D12647.1776475220.diff
View Options
Index: sys/netinet/in_kdtrace.c
===================================================================
--- sys/netinet/in_kdtrace.c
+++ sys/netinet/in_kdtrace.c
@@ -107,7 +107,7 @@
SDT_PROBE_DEFINE3_XLATE(tcp, , , debug__input,
"struct tcpcb *", "tcpsinfo_t *" ,
- "struct tcphdr *", "tcpinfo_t *",
+ "struct tcphdr *", "tcpinfoh_t *",
"uint8_t *", "ipinfo_t *");
SDT_PROBE_DEFINE3_XLATE(tcp, , , debug__output,
@@ -121,7 +121,7 @@
SDT_PROBE_DEFINE3_XLATE(tcp, , , debug__drop,
"struct tcpcb *", "tcpsinfo_t *" ,
- "struct tcphdr *", "tcpinfo_t *",
+ "struct tcphdr *", "tcpinfoh_t *",
"struct mbuf *", "ipinfo_t *");
SDT_PROBE_DEFINE6_XLATE(tcp, , , state__change,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 18, 1:20 AM (8 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28371993
Default Alt Text
D12647.1776475220.diff (707 B)
Attached To
Mode
D12647: fix tcp:kernel::debug-input trace: the given tcphdr (args[1]) is already partially in host order (namely seq, ack, window size, urgent pointer)
Attached
Detach File
Event Timeline
Log In to Comment