OSDN Git Service

tcp: tcp_tx_timestamp() cleanup
authorEric Dumazet <edumazet@google.com>
Fri, 6 Oct 2017 05:21:23 +0000 (22:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Oct 2017 23:28:53 +0000 (00:28 +0100)
commit4e8cc22803080853a33bafc6748e133448fb8182
treee4f36b483b30a1975f40660028f9e47e2cba9b3f
parentac3f09ba3e496bd7cc780ead05b1d1bb5f33aedb
tcp: tcp_tx_timestamp() cleanup

tcp_write_queue_tail() call can be factorized.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp.c