aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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;
1548 1548
1549void tcp_v4_destroy_sock(struct sock *sk); 1549void tcp_v4_destroy_sock(struct sock *sk);
1550 1550
1551struct sk_buff *tcp_tso_segment(struct sk_buff *skb, 1551struct sk_buff *tcp_gso_segment(struct sk_buff *skb,
1552 netdev_features_t features); 1552 netdev_features_t features);
1553struct sk_buff **tcp_gro_receive(struct sk_buff **head, struct sk_buff *skb); 1553struct sk_buff **tcp_gro_receive(struct sk_buff **head, struct sk_buff *skb);
1554int tcp_gro_complete(struct sk_buff *skb); 1554int tcp_gro_complete(struct sk_buff *skb);