aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_timer.c
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2016-12-03 11:14:55 -0800
committerDavid S. Miller <davem@davemloft.net>2016-12-05 13:32:23 -0500
commit12a59abc22d6664f7d3944f625ceefee92de8820 (patch)
tree1a440d08ebc7f478066b858f5b071beaebe16e0c /net/ipv4/tcp_timer.c
parenttcp: tsq: add a shortcut in tcp_small_queue_check() (diff)
downloadlinux-12a59abc22d6664f7d3944f625ceefee92de8820.tar.gz
linux-12a59abc22d6664f7d3944f625ceefee92de8820.zip
tcp: tcp_mtu_probe() is likely to exit early
Adding a likely() in tcp_mtu_probe() moves its code which used to be inlined in front of tcp_write_xmit() We still have a cache line miss to access icsk->icsk_mtup.enabled, we will probably have to reorganize fields to help data locality. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_timer.c')
0 files changed, 0 insertions, 0 deletions