]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - include/net/netfilter/nft_masq.h
ASoC: sirf-audio-codec: Replace w->codec snd_soc_dapm_to_codec(w->dapm)
[karo-tx-linux.git] / include / net / netfilter / nft_masq.h
1 #ifndef _NFT_MASQ_H_
2 #define _NFT_MASQ_H_
3
4 struct nft_masq {
5         u32     flags;
6 };
7
8 extern const struct nla_policy nft_masq_policy[];
9
10 int nft_masq_init(const struct nft_ctx *ctx,
11                   const struct nft_expr *expr,
12                   const struct nlattr * const tb[]);
13
14 int nft_masq_dump(struct sk_buff *skb, const struct nft_expr *expr);
15
16 #endif /* _NFT_MASQ_H_ */