Skip to content

Commit 0647e70

Browse files
fleitnerummakynes
authored andcommitted
netfilter: remove dead code
Remove __nf_conntrack_find() from headers. Fixes: dcd93ed ("netfilter: nf_conntrack: remove dead code") Signed-off-by: Flavio Leitner <fbl@sysclose.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
1 parent b28b1e8 commit 0647e70

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/net/netfilter/nf_conntrack.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,6 @@ void *nf_ct_alloc_hashtable(unsigned int *sizep, int nulls);
183183

184184
void nf_ct_free_hashtable(void *hash, unsigned int size);
185185

186-
struct nf_conntrack_tuple_hash *
187-
__nf_conntrack_find(struct net *net, u16 zone,
188-
const struct nf_conntrack_tuple *tuple);
189-
190186
int nf_conntrack_hash_check_insert(struct nf_conn *ct);
191187
bool nf_ct_delete(struct nf_conn *ct, u32 pid, int report);
192188

0 commit comments

Comments
 (0)