diff options
Diffstat (limited to 'include/net/ipv6.h')
-rw-r--r-- | include/net/ipv6.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h index 25c2170e1298..a2db816e8461 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h | |||
@@ -299,11 +299,6 @@ static inline bool ipv6_accept_ra(struct inet6_dev *idev) | |||
299 | } | 299 | } |
300 | 300 | ||
301 | #if IS_ENABLED(CONFIG_IPV6) | 301 | #if IS_ENABLED(CONFIG_IPV6) |
302 | static inline int ip6_frag_nqueues(struct net *net) | ||
303 | { | ||
304 | return net->ipv6.frags.nqueues; | ||
305 | } | ||
306 | |||
307 | static inline int ip6_frag_mem(struct net *net) | 302 | static inline int ip6_frag_mem(struct net *net) |
308 | { | 303 | { |
309 | return sum_frag_mem_limit(&net->ipv6.frags); | 304 | return sum_frag_mem_limit(&net->ipv6.frags); |