diff options
Diffstat (limited to 'include/net/ip.h')
-rw-r--r-- | include/net/ip.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/ip.h b/include/net/ip.h index 875c5ed53343..c08c59e2384c 100644 --- a/include/net/ip.h +++ b/include/net/ip.h | |||
@@ -333,8 +333,8 @@ enum ip_defrag_users | |||
333 | }; | 333 | }; |
334 | 334 | ||
335 | int ip_defrag(struct sk_buff *skb, u32 user); | 335 | int ip_defrag(struct sk_buff *skb, u32 user); |
336 | extern int ip_frag_nqueues; | 336 | int ip_frag_mem(void); |
337 | extern atomic_t ip_frag_mem; | 337 | int ip_frag_nqueues(void); |
338 | 338 | ||
339 | /* | 339 | /* |
340 | * Functions provided by ip_forward.c | 340 | * Functions provided by ip_forward.c |