diff options
Diffstat (limited to 'net/ipv4/tcp.c')
-rw-r--r-- | net/ipv4/tcp.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c index f12d500ec85c..f448a288d158 100644 --- a/net/ipv4/tcp.c +++ b/net/ipv4/tcp.c | |||
@@ -317,6 +317,11 @@ struct tcp_splice_state { | |||
317 | unsigned long tcp_memory_pressure __read_mostly; | 317 | unsigned long tcp_memory_pressure __read_mostly; |
318 | EXPORT_SYMBOL_GPL(tcp_memory_pressure); | 318 | EXPORT_SYMBOL_GPL(tcp_memory_pressure); |
319 | 319 | ||
320 | DEFINE_STATIC_KEY_FALSE(tcp_rx_skb_cache_key); | ||
321 | EXPORT_SYMBOL(tcp_rx_skb_cache_key); | ||
322 | |||
323 | DEFINE_STATIC_KEY_FALSE(tcp_tx_skb_cache_key); | ||
324 | |||
320 | void tcp_enter_memory_pressure(struct sock *sk) | 325 | void tcp_enter_memory_pressure(struct sock *sk) |
321 | { | 326 | { |
322 | unsigned long val; | 327 | unsigned long val; |