lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20100421.222827.15606873.davem@davemloft.net> Date: Wed, 21 Apr 2010 22:28:27 -0700 (PDT) From: David Miller <davem@...emloft.net> To: therbert@...gle.com Cc: netdev@...r.kernel.org Subject: Re: [PATCH] tcp: fix outsegs stat for TSO segments From: Tom Herbert <therbert@...gle.com> Date: Wed, 21 Apr 2010 22:17:24 -0700 (PDT) > if (after(tcb->end_seq, tp->snd_nxt) || tcb->seq == tcb->end_seq) > - TCP_INC_STATS(sock_net(sk), TCP_MIB_OUTSEGS); > + TCP_ADD_STATS(sock_net(sk), TCP_MIB_OUTSEGS, > + tcp_skb_pcount(skb)); Please follow proper coding style and make the new line with the 'tcp_skb_pcount(skb)' argument line up with the start of the macro arguments on the previous line. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists