aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
diff options
context:
space:
mode:
authorEric Dumazet <[email protected]>2021-11-15 19:02:32 +0000
committerDavid S. Miller <[email protected]>2021-11-16 13:10:34 +0000
commit373544020024668ea552a7699c9c9f100b6bc9d9 (patch)
tree26a9722f16481ad49f5f7a22aa1c95a532b9e72d /net/ipv4/tcp_output.c
parenttcp: remove dead code in __tcp_v6_send_check() (diff)
downloadkernel-373544020024668ea552a7699c9c9f100b6bc9d9.tar.gz
kernel-373544020024668ea552a7699c9c9f100b6bc9d9.zip
tcp: small optimization in tcp_v6_send_check()
For TCP flows, inet6_sk(sk)->saddr has the same value than sk->sk_v6_rcv_saddr. Using sk->sk_v6_rcv_saddr increases data locality. Signed-off-by: Eric Dumazet <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_output.c')
0 files changed, 0 insertions, 0 deletions