[IPV6]: Assorted trivial endianness annotations.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -297,7 +297,7 @@ static void tcp_retransmit_timer(struct sock *sk)
|
||||
if (net_ratelimit()) {
|
||||
struct inet_sock *inet = inet_sk(sk);
|
||||
printk(KERN_DEBUG "TCP: Treason uncloaked! Peer %u.%u.%u.%u:%u/%u shrinks window %u:%u. Repaired.\n",
|
||||
NIPQUAD(inet->daddr), htons(inet->dport),
|
||||
NIPQUAD(inet->daddr), ntohs(inet->dport),
|
||||
inet->num, tp->snd_una, tp->snd_nxt);
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user