Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F138024630
D12647.id38449.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
722 B
Referenced Files
None
Subscribers
None
D12647.id38449.diff
View Options
Index: head/sys/netinet/in_kdtrace.c
===================================================================
--- head/sys/netinet/in_kdtrace.c
+++ head/sys/netinet/in_kdtrace.c
@@ -109,7 +109,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,
@@ -123,7 +123,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, Nov 29, 6:50 AM (3 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26321139
Default Alt Text
D12647.id38449.diff (722 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