Blame view

net/netfilter/nft_set_pipapo_avx2.h 562 Bytes
7400b0639   Stefano Brivio   nft_set_pipapo: I...
1
2
  /* SPDX-License-Identifier: GPL-2.0-only */
  #ifndef _NFT_SET_PIPAPO_AVX2_H
e6abef610   Jason A. Donenfeld   x86: update AS_* ...
3
  #if defined(CONFIG_X86_64) && !defined(CONFIG_UML)
7400b0639   Stefano Brivio   nft_set_pipapo: I...
4
5
6
7
8
9
10
  #include <asm/fpu/xstate.h>
  #define NFT_PIPAPO_ALIGN	(XSAVE_YMM_SIZE / BITS_PER_BYTE)
  
  bool nft_pipapo_avx2_lookup(const struct net *net, const struct nft_set *set,
  			    const u32 *key, const struct nft_set_ext **ext);
  bool nft_pipapo_avx2_estimate(const struct nft_set_desc *desc, u32 features,
  			      struct nft_set_estimate *est);
e6abef610   Jason A. Donenfeld   x86: update AS_* ...
11
  #endif /* defined(CONFIG_X86_64) && !defined(CONFIG_UML) */
7400b0639   Stefano Brivio   nft_set_pipapo: I...
12
13
  
  #endif /* _NFT_SET_PIPAPO_AVX2_H */