diff options
author | Florian Westphal <fw@strlen.de> | 2021-04-19 18:16:49 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2021-04-26 03:20:07 +0200 |
commit | 885e8c68247cc2a9f1761a3d66fd274247a0faaf (patch) | |
tree | 0312746c39958fb043830db4c68b970a45857edd /include/net | |
parent | b2f0ca00e6b34bd57c9298a869ea133699e8ec39 (diff) | |
download | linux-885e8c68247cc2a9f1761a3d66fd274247a0faaf.tar.bz2 |
netfilter: nat: move nf_xfrm_me_harder to where it is used
remove the export and make it static.
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/netfilter/nf_nat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/netfilter/nf_nat.h b/include/net/netfilter/nf_nat.h index 0d412dd63707..987111ae5240 100644 --- a/include/net/netfilter/nf_nat.h +++ b/include/net/netfilter/nf_nat.h @@ -104,8 +104,6 @@ unsigned int nf_nat_inet_fn(void *priv, struct sk_buff *skb, const struct nf_hook_state *state); -int nf_xfrm_me_harder(struct net *n, struct sk_buff *s, unsigned int family); - static inline int nf_nat_initialized(struct nf_conn *ct, enum nf_nat_manip_type manip) { |