diff options
Diffstat (limited to 'net/dccp/probe.c')
-rw-r--r-- | net/dccp/probe.c | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/net/dccp/probe.c b/net/dccp/probe.c index 3b1f509f51dd..1f5e3ba62065 100644 --- a/net/dccp/probe.c +++ b/net/dccp/probe.c | |||
@@ -90,15 +90,18 @@ static int jdccp_sendmsg(struct kiocb *iocb, struct sock *sk, | |||
90 | if (port == 0 || ntohs(inet->dport) == port || | 90 | if (port == 0 || ntohs(inet->dport) == port || |
91 | ntohs(inet->sport) == port) { | 91 | ntohs(inet->sport) == port) { |
92 | if (hctx) | 92 | if (hctx) |
93 | printl("%d.%d.%d.%d:%u %d.%d.%d.%d:%u %d %d %d %d %d\n", | 93 | printl("%d.%d.%d.%d:%u %d.%d.%d.%d:%u %d %d %d %d %u " |
94 | NIPQUAD(inet->saddr), ntohs(inet->sport), | 94 | "%llu %llu %d\n", |
95 | NIPQUAD(inet->daddr), ntohs(inet->dport), size, | 95 | NIPQUAD(inet->saddr), ntohs(inet->sport), |
96 | hctx->ccid3hctx_s, hctx->ccid3hctx_rtt, | 96 | NIPQUAD(inet->daddr), ntohs(inet->dport), size, |
97 | hctx->ccid3hctx_p, hctx->ccid3hctx_t_ipi); | 97 | hctx->ccid3hctx_s, hctx->ccid3hctx_rtt, |
98 | hctx->ccid3hctx_p, hctx->ccid3hctx_x_calc, | ||
99 | hctx->ccid3hctx_x_recv >> 6, | ||
100 | hctx->ccid3hctx_x >> 6, hctx->ccid3hctx_t_ipi); | ||
98 | else | 101 | else |
99 | printl("%d.%d.%d.%d:%u %d.%d.%d.%d:%u %d\n", | 102 | printl("%d.%d.%d.%d:%u %d.%d.%d.%d:%u %d\n", |
100 | NIPQUAD(inet->saddr), ntohs(inet->sport), | 103 | NIPQUAD(inet->saddr), ntohs(inet->sport), |
101 | NIPQUAD(inet->daddr), ntohs(inet->dport), size); | 104 | NIPQUAD(inet->daddr), ntohs(inet->dport), size); |
102 | } | 105 | } |
103 | 106 | ||
104 | jprobe_return(); | 107 | jprobe_return(); |