aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2013-10-18 10:36:17 -0700
committerDavid S. Miller <davem@davemloft.net>2013-10-18 13:38:39 -0400
commit28be6e07e8bccee76b51bca8fdba52c1b28fc77c (patch)
treeb889d193ffe884edcee8ce145f8778235eff8a9b /include
parentMerge branch 'tipc' (diff)
downloadlinux-dev-28be6e07e8bccee76b51bca8fdba52c1b28fc77c.tar.xz
linux-dev-28be6e07e8bccee76b51bca8fdba52c1b28fc77c.zip
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 <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/net/tcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index 1db3a016bff6..372dcccfeed0 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -1548,7 +1548,7 @@ extern struct request_sock_ops tcp6_request_sock_ops;
void tcp_v4_destroy_sock(struct sock *sk);
-struct sk_buff *tcp_tso_segment(struct sk_buff *skb,
+struct sk_buff *tcp_gso_segment(struct sk_buff *skb,
netdev_features_t features);
struct sk_buff **tcp_gro_receive(struct sk_buff **head, struct sk_buff *skb);
int tcp_gro_complete(struct sk_buff *skb);