From a0b8486caf4739c09eba651da49efba07c8b6433 Mon Sep 17 00:00:00 2001 From: Eric Dumazet Date: Wed, 26 Mar 2014 09:57:19 -0700 Subject: [PATCH] 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 Signed-off-by: David S. Miller --- Reading git-format-patch failed