mirror of https://gitee.com/openkylin/linux.git
[NETFILTER]: nf_conntrack: kill unused static inline (do_iter)
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a38201e3c9
commit
d33b7c06bd
|
@ -902,14 +902,6 @@ static void nf_conntrack_attach(struct sk_buff *nskb, struct sk_buff *skb)
|
|||
nf_conntrack_get(nskb->nfct);
|
||||
}
|
||||
|
||||
static inline int
|
||||
do_iter(const struct nf_conntrack_tuple_hash *i,
|
||||
int (*iter)(struct nf_conn *i, void *data),
|
||||
void *data)
|
||||
{
|
||||
return iter(nf_ct_tuplehash_to_ctrack(i), data);
|
||||
}
|
||||
|
||||
/* Bring out ya dead! */
|
||||
static struct nf_conn *
|
||||
get_next_corpse(int (*iter)(struct nf_conn *i, void *data),
|
||||
|
|
Loading…
Reference in New Issue