diff options
Diffstat (limited to 'include/net/inet_frag.h')
-rw-r--r-- | include/net/inet_frag.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/inet_frag.h b/include/net/inet_frag.h index 15033057d44e..9fe644d1a26e 100644 --- a/include/net/inet_frag.h +++ b/include/net/inet_frag.h | |||
@@ -90,7 +90,6 @@ void inet_frags_exit_net(struct netns_frags *nf, struct inet_frags *f); | |||
90 | void inet_frag_kill(struct inet_frag_queue *q, struct inet_frags *f); | 90 | void inet_frag_kill(struct inet_frag_queue *q, struct inet_frags *f); |
91 | void inet_frag_destroy(struct inet_frag_queue *q, | 91 | void inet_frag_destroy(struct inet_frag_queue *q, |
92 | struct inet_frags *f, int *work); | 92 | struct inet_frags *f, int *work); |
93 | int inet_frag_evictor(struct netns_frags *nf, struct inet_frags *f, bool force); | ||
94 | struct inet_frag_queue *inet_frag_find(struct netns_frags *nf, | 93 | struct inet_frag_queue *inet_frag_find(struct netns_frags *nf, |
95 | struct inet_frags *f, void *key, unsigned int hash) | 94 | struct inet_frags *f, void *key, unsigned int hash) |
96 | __releases(&f->lock); | 95 | __releases(&f->lock); |