]> git.ipfire.org Git - thirdparty/kernel/linux.git/blobdiff - net/netfilter/nft_set_pipapo.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
[thirdparty/kernel/linux.git] / net / netfilter / nft_set_pipapo.h
index 24cd1ff73f981a773b24c1118b978b161425b63a..0d2e40e10f7f577ef317a985d2fa12520bb43a4a 100644 (file)
@@ -155,14 +155,12 @@ struct nft_pipapo_match {
  * @match:     Currently in-use matching data
  * @clone:     Copy where pending insertions and deletions are kept
  * @width:     Total bytes to be matched for one packet, including padding
- * @dirty:     Working copy has pending insertions or deletions
  * @last_gc:   Timestamp of last garbage collection run, jiffies
  */
 struct nft_pipapo {
        struct nft_pipapo_match __rcu *match;
        struct nft_pipapo_match *clone;
        int width;
-       bool dirty;
        unsigned long last_gc;
 };