summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2004-08-29 07:10:27 -0700
committerDavid S. Miller <davem@kernel.bkbits.net>2004-08-29 07:10:27 -0700
commitcb0576fd34c26aad7bcbb48d5e491445b4e80fd0 (patch)
tree6b6eb2a5283ce37d596c928106f1f32ef2c93e92 /include/net
parent684263775c04faa424bb60ae61b65494e5ff4ecc (diff)
[NETFILTER]: Flush fragment queue on conntrack unload
Problem discovered, and original version of patch, by Olaf Kirch. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@redhat.com>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/ip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/ip.h b/include/net/ip.h
index bacccde1c078..0f633ff0b9b4 100644
--- a/include/net/ip.h
+++ b/include/net/ip.h
@@ -255,6 +255,7 @@ extern int ip_call_ra_chain(struct sk_buff *skb);
*/
struct sk_buff *ip_defrag(struct sk_buff *skb);
+extern void ipfrag_flush(void);
extern int ip_frag_nqueues;
extern atomic_t ip_frag_mem;