Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108640382
D17057.id47752.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
937 B
Referenced Files
None
Subscribers
None
D17057.id47752.diff
View Options
Index: head/sys/netinet/in_kdtrace.c
===================================================================
--- head/sys/netinet/in_kdtrace.c
+++ head/sys/netinet/in_kdtrace.c
@@ -31,12 +31,16 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include "opt_sctp.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/sdt.h>
SDT_PROVIDER_DEFINE(ip);
+#ifdef SCTP
SDT_PROVIDER_DEFINE(sctp);
+#endif
SDT_PROVIDER_DEFINE(tcp);
SDT_PROVIDER_DEFINE(udp);
SDT_PROVIDER_DEFINE(udplite);
@@ -57,6 +61,7 @@
"struct ip *", "ipv4info_t *",
"struct ip6_hdr *", "ipv6info_t *");
+#ifdef SCTP
SDT_PROBE_DEFINE5_XLATE(sctp, , , receive,
"void *", "pktinfo_t *",
"struct sctp_tcb *", "csinfo_t *",
@@ -78,6 +83,7 @@
"struct sctp_tcb *", "sctpsinfo_t *",
"void *", "void *",
"int", "sctplsinfo_t *");
+#endif
SDT_PROBE_DEFINE5_XLATE(tcp, , , accept__established,
"void *", "pktinfo_t *",
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 28, 1:06 AM (9 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16231255
Default Alt Text
D17057.id47752.diff (937 B)
Attached To
Mode
D17057: Don't define sctp probes unless the SCTP option is configured.
Attached
Detach File
Event Timeline
Log In to Comment