@@ -3250,11 +3250,11 @@ static void mptcp_stats_print(struct mptcp_info *s)
if (s->mptcpi_token)
out(" token:%x", s->mptcpi_token);
if (s->mptcpi_write_seq)
- out(" write_seq:%llx", s->mptcpi_write_seq);
+ out(" write_seq:%llu", s->mptcpi_write_seq);
if (s->mptcpi_snd_una)
- out(" snd_una:%llx", s->mptcpi_snd_una);
+ out(" snd_una:%llu", s->mptcpi_snd_una);
if (s->mptcpi_rcv_nxt)
- out(" rcv_nxt:%llx", s->mptcpi_rcv_nxt);
+ out(" rcv_nxt:%llu", s->mptcpi_rcv_nxt);
}
static void mptcp_show_info(const struct nlmsghdr *nlh, struct inet_diag_msg *r,