aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/ip.h')
-rw-r--r--include/net/ip.h4
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
335int ip_defrag(struct sk_buff *skb, u32 user); 335int ip_defrag(struct sk_buff *skb, u32 user);
336extern int ip_frag_nqueues; 336int ip_frag_mem(void);
337extern atomic_t ip_frag_mem; 337int ip_frag_nqueues(void);
338 338
339/* 339/*
340 * Functions provided by ip_forward.c 340 * Functions provided by ip_forward.c