mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-25 16:11:45 +00:00
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>
This commit is contained in:
parent
ace0d5d8bf
commit
28be6e07e8
3 changed files with 5 additions and 5 deletions
|
@ -83,7 +83,7 @@ static int tcp6_gro_complete(struct sk_buff *skb)
|
|||
static const struct net_offload tcpv6_offload = {
|
||||
.callbacks = {
|
||||
.gso_send_check = tcp_v6_gso_send_check,
|
||||
.gso_segment = tcp_tso_segment,
|
||||
.gso_segment = tcp_gso_segment,
|
||||
.gro_receive = tcp6_gro_receive,
|
||||
.gro_complete = tcp6_gro_complete,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue