commit | 419f9f896074ce8b21e88066e6f3515f18e5641c | [log] [tgz] |
---|---|---|
author | Herbert Xu <[email protected]> | Sun Apr 11 02:15:53 2010 +0000 |
committer | David S. Miller <[email protected]> | Sun Apr 11 15:29:08 2010 -0700 |
tree | ad00f641e9648298581fdece6e3a4f96a78e0af3 | |
parent | 871039f02f8ec4ab2e5e9010718caa8e085786f1 [diff] |
tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv4 tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv4 This patch moves the common code between tcp_v4_send_check and tcp_v4_gso_send_check into a new function __tcp_v4_send_check. It then uses the new function in tcp_v4_send_synack so that it handles CHECKSUM_PARTIAL properly. Signed-off-by: Herbert Xu <[email protected]> Tested-by: Yinghai <[email protected]> Signed-off-by: David S. Miller <[email protected]>