|
@@ -183,10 +183,6 @@ void *nf_ct_alloc_hashtable(unsigned int *sizep, int nulls);
|
|
|
|
|
|
void nf_ct_free_hashtable(void *hash, unsigned int size);
|
|
void nf_ct_free_hashtable(void *hash, unsigned int size);
|
|
|
|
|
|
-struct nf_conntrack_tuple_hash *
|
|
|
|
-__nf_conntrack_find(struct net *net, u16 zone,
|
|
|
|
- const struct nf_conntrack_tuple *tuple);
|
|
|
|
-
|
|
|
|
int nf_conntrack_hash_check_insert(struct nf_conn *ct);
|
|
int nf_conntrack_hash_check_insert(struct nf_conn *ct);
|
|
bool nf_ct_delete(struct nf_conn *ct, u32 pid, int report);
|
|
bool nf_ct_delete(struct nf_conn *ct, u32 pid, int report);
|
|
|
|
|