diff options
author | Pavel Emelyanov <xemul@openvz.org> | 2007-10-15 05:37:18 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-15 15:26:41 -0400 |
commit | 277e650ddfc6944ef5f5466fd898b8da7f06cd82 (patch) | |
tree | 39afdd22384c402e08287a3911455a2bbce721b1 /include/net/inet_frag.h | |
parent | 04128f233f2b344f3438cde09723e9946463a573 (diff) |
[INET]: Consolidate the xxx_frag_kill
Since now all the xxx_frag_kill functions now work
with the generic inet_frag_queue data type, this can
be moved into a common place.
The xxx_unlink() code is moved as well.
Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/inet_frag.h')
-rw-r--r-- | include/net/inet_frag.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/inet_frag.h b/include/net/inet_frag.h index ada03ba3b341..9902363f5bcc 100644 --- a/include/net/inet_frag.h +++ b/include/net/inet_frag.h | |||
@@ -41,4 +41,6 @@ struct inet_frags { | |||
41 | void inet_frags_init(struct inet_frags *); | 41 | void inet_frags_init(struct inet_frags *); |
42 | void inet_frags_fini(struct inet_frags *); | 42 | void inet_frags_fini(struct inet_frags *); |
43 | 43 | ||
44 | void inet_frag_kill(struct inet_frag_queue *q, struct inet_frags *f); | ||
45 | |||
44 | #endif | 46 | #endif |