diff options
Diffstat (limited to 'net/dccp/ipv4.c')
-rw-r--r-- | net/dccp/ipv4.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/dccp/ipv4.c b/net/dccp/ipv4.c index e3dfddab21cc..01e3e0206254 100644 --- a/net/dccp/ipv4.c +++ b/net/dccp/ipv4.c | |||
@@ -792,12 +792,10 @@ static int dccp_v4_rcv(struct sk_buff *skb) | |||
792 | DCCP_SKB_CB(skb)->dccpd_seq = dccp_hdr_seq(dh); | 792 | DCCP_SKB_CB(skb)->dccpd_seq = dccp_hdr_seq(dh); |
793 | DCCP_SKB_CB(skb)->dccpd_type = dh->dccph_type; | 793 | DCCP_SKB_CB(skb)->dccpd_type = dh->dccph_type; |
794 | 794 | ||
795 | dccp_pr_debug("%8.8s " | 795 | dccp_pr_debug("%8.8s src=%pI4@%-5d dst=%pI4@%-5d seq=%llu", |
796 | "src=%u.%u.%u.%u@%-5d " | ||
797 | "dst=%u.%u.%u.%u@%-5d seq=%llu", | ||
798 | dccp_packet_name(dh->dccph_type), | 796 | dccp_packet_name(dh->dccph_type), |
799 | NIPQUAD(iph->saddr), ntohs(dh->dccph_sport), | 797 | &iph->saddr, ntohs(dh->dccph_sport), |
800 | NIPQUAD(iph->daddr), ntohs(dh->dccph_dport), | 798 | &iph->daddr, ntohs(dh->dccph_dport), |
801 | (unsigned long long) DCCP_SKB_CB(skb)->dccpd_seq); | 799 | (unsigned long long) DCCP_SKB_CB(skb)->dccpd_seq); |
802 | 800 | ||
803 | if (dccp_packet_without_ack(skb)) { | 801 | if (dccp_packet_without_ack(skb)) { |