diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/tcp.h | 2 |
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 | ||
1549 | void tcp_v4_destroy_sock(struct sock *sk); | 1549 | void tcp_v4_destroy_sock(struct sock *sk); |
1550 | 1550 | ||
1551 | struct sk_buff *tcp_tso_segment(struct sk_buff *skb, | 1551 | struct sk_buff *tcp_gso_segment(struct sk_buff *skb, |
1552 | netdev_features_t features); | 1552 | netdev_features_t features); |
1553 | struct sk_buff **tcp_gro_receive(struct sk_buff **head, struct sk_buff *skb); | 1553 | struct sk_buff **tcp_gro_receive(struct sk_buff **head, struct sk_buff *skb); |
1554 | int tcp_gro_complete(struct sk_buff *skb); | 1554 | int tcp_gro_complete(struct sk_buff *skb); |