diff options
| author | Stephen Rothwell <sfr@canb.auug.org.au> | 2021-05-19 13:48:22 +1000 |
|---|---|---|
| committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2021-05-19 13:49:36 +1000 |
| commit | 3b4f9530977112ddf177282e396d0715dc60b9a3 (patch) | |
| tree | 60f86891a1bef09f2faf8c7a09d52803f8a8d209 | |
| parent | 107fbaab7bf6c25eb8bae6781389570997ed8e97 (diff) | |
| download | linux-next-3b4f9530977112ddf177282e396d0715dc60b9a3.tar.gz | |
fix up for merge involving nft_pipapo_lookup()
Notice: this object is not reachable from any branch.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Notice: this object is not reachable from any branch.
| -rw-r--r-- | net/netfilter/nft_set_pipapo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/netfilter/nft_set_pipapo.h b/net/netfilter/nft_set_pipapo.h index d84afb8fa79a1..25a75591583eb 100644 --- a/net/netfilter/nft_set_pipapo.h +++ b/net/netfilter/nft_set_pipapo.h @@ -178,8 +178,6 @@ struct nft_pipapo_elem { int pipapo_refill(unsigned long *map, int len, int rules, unsigned long *dst, union nft_pipapo_map_bucket *mt, bool match_only); -bool nft_pipapo_lookup(const struct net *net, const struct nft_set *set, - const u32 *key, const struct nft_set_ext **ext); /** * pipapo_and_field_buckets_4bit() - Intersect 4-bit buckets |
