aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/tcp.c')
-rw-r--r--net/ipv4/tcp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c
index 0bb0ac96d675..b7cf26e0e5c2 100644
--- a/net/ipv4/tcp.c
+++ b/net/ipv4/tcp.c
@@ -2215,6 +2215,7 @@ struct sk_buff *tcp_tso_segment(struct sk_buff *skb, int features)
2215out: 2215out:
2216 return segs; 2216 return segs;
2217} 2217}
2218EXPORT_SYMBOL(tcp_tso_segment);
2218 2219
2219extern void __skb_cb_too_small_for_tcp(int, int); 2220extern void __skb_cb_too_small_for_tcp(int, int);
2220extern struct tcp_congestion_ops tcp_reno; 2221extern struct tcp_congestion_ops tcp_reno;