Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d33b7c06 authored by Ilpo Järvinen's avatar Ilpo Järvinen Committed by David S. Miller
Browse files

[NETFILTER]: nf_conntrack: kill unused static inline (do_iter)

parent a38201e3
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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),