commit | a0b8486caf4739c09eba651da49efba07c8b6433 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Wed Mar 26 09:57:19 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 27 15:10:10 2014 -0400 |
tree | eb72ca7c96dc2bb27eb709f3fa1c13124bd6bdfb | |
parent | e5fd387ad5b30ca3971fbccb0735c843cdebf967 [diff] |
tcp: tcp_make_synack() minor changes There is no need to allocate 15 bytes in excess for a SYNACK packet, as it contains no data, only headers. SYNACK are always generated in softirq context, and contain a single segment, we can use TCP_INC_STATS_BH() Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>