commit | a52fe46ef160b4101b8d14209729f49a71388b52 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Wed Oct 27 13:19:21 2021 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 28 12:44:39 2021 +0100 |
tree | 0f637638fd14d9d18fc55afe80e0c949118d6b9a | |
parent | f401da475f98c1840d48c9e00a6eb228237357c0 [diff] |
tcp: factorize ip_summed setting Setting skb->ip_summed to CHECKSUM_PARTIAL can be centralized in tcp_stream_alloc_skb() and __mptcp_do_alloc_tx_skb() instead of being done multiple times. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>