Page MenuHomeFreeBSD

D40825.id124057.diff
No OneTemporary

D40825.id124057.diff

diff --git a/cddl/lib/libdtrace/siftr.d b/cddl/lib/libdtrace/siftr.d
--- a/cddl/lib/libdtrace/siftr.d
+++ b/cddl/lib/libdtrace/siftr.d
@@ -44,7 +44,6 @@
struct timeval tval;
uint8_t direction;
uint8_t ipver;
- uint32_t hash;
uint16_t tcp_localport;
uint16_t tcp_foreignport;
uint32_t snd_cwnd;
@@ -74,7 +73,6 @@
translator siftrinfo_t < struct pkt_node *p > {
direction = p == NULL ? 0 : p->direction;
ipver = p == NULL ? 0 : p->ipver;
- hash = p == NULL ? 0 : p->hash;
tcp_localport = p == NULL ? 0 : ntohs(p->tcp_localport);
tcp_foreignport = p == NULL ? 0 : ntohs(p->tcp_foreignport);
snd_cwnd = p == NULL ? 0 : p->snd_cwnd;
diff --git a/share/man/man4/dtrace_tcp.4 b/share/man/man4/dtrace_tcp.4
--- a/share/man/man4/dtrace_tcp.4
+++ b/share/man/man4/dtrace_tcp.4
@@ -319,8 +319,6 @@
for IPv4, or
.Qq 2
for IPv6.
-.It Vt uint32_t hash
-Hash of the packet that triggered the log message.
.It Vt uint16_t tcp_localport
The TCP port that the local host is communicating via.
.It Vt uint16_t tcp_foreignport

File Metadata

Mime Type
text/plain
Expires
Thu, May 21, 3:56 AM (5 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33372545
Default Alt Text
D40825.id124057.diff (1 KB)

Event Timeline