mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-04 00:03:25 -04: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
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue