tcp: rename tcp_tso_segment()
authorEric Dumazet <[email protected]>
Fri, 18 Oct 2013 17:36:17 +0000 (10:36 -0700)
committerDavid S. Miller <[email protected]>
Fri, 18 Oct 2013 17:38:39 +0000 (13:38 -0400)
commit28be6e07e8bccee76b51bca8fdba52c1b28fc77c
treeb889d193ffe884edcee8ce145f8778235eff8a9b
parentace0d5d8bf8a69866e4394ca2e4c5d1296ef7db2
tcp: rename tcp_tso_segment()

Rename tcp_tso_segment() to tcp_gso_segment(), to better reflect
what is going on, and ease grep games.

Signed-off-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
include/net/tcp.h
net/ipv4/tcp_offload.c
net/ipv6/tcpv6_offload.c