mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
net: rename inet_frags_exit_net() to fqdir_exit()
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6ce3b4dcee
commit
89fb900514
6 changed files with 11 additions and 11 deletions
|
@ -109,7 +109,7 @@ static inline int inet_frags_init_net(struct fqdir *fqdir)
|
|||
atomic_long_set(&fqdir->mem, 0);
|
||||
return rhashtable_init(&fqdir->rhashtable, &fqdir->f->rhash_params);
|
||||
}
|
||||
void inet_frags_exit_net(struct fqdir *fqdir);
|
||||
void fqdir_exit(struct fqdir *fqdir);
|
||||
|
||||
void inet_frag_kill(struct inet_frag_queue *q);
|
||||
void inet_frag_destroy(struct inet_frag_queue *q);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue