diff options
Diffstat (limited to 'net/ipv4/tcp.c')
-rw-r--r-- | net/ipv4/tcp.c | 1 |
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) | |||
2215 | out: | 2215 | out: |
2216 | return segs; | 2216 | return segs; |
2217 | } | 2217 | } |
2218 | EXPORT_SYMBOL(tcp_tso_segment); | ||
2218 | 2219 | ||
2219 | extern void __skb_cb_too_small_for_tcp(int, int); | 2220 | extern void __skb_cb_too_small_for_tcp(int, int); |
2220 | extern struct tcp_congestion_ops tcp_reno; | 2221 | extern struct tcp_congestion_ops tcp_reno; |