aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4')
-rw-r--r--net/ipv4/netfilter/ipt_MASQUERADE.c2
-rw-r--r--net/ipv4/netfilter/nf_nat_rule.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/netfilter/ipt_MASQUERADE.c b/net/ipv4/netfilter/ipt_MASQUERADE.c
index 846a0e727218..f136ef7f23f8 100644
--- a/net/ipv4/netfilter/ipt_MASQUERADE.c
+++ b/net/ipv4/netfilter/ipt_MASQUERADE.c
@@ -109,7 +109,7 @@ masquerade_target(struct sk_buff **pskb,
109 return nf_nat_setup_info(ct, &newrange, hooknum); 109 return nf_nat_setup_info(ct, &newrange, hooknum);
110} 110}
111 111
112static inline int 112static int
113device_cmp(struct nf_conn *i, void *ifindex) 113device_cmp(struct nf_conn *i, void *ifindex)
114{ 114{
115 const struct nf_conn_nat *nat = nfct_nat(i); 115 const struct nf_conn_nat *nat = nfct_nat(i);
diff --git a/net/ipv4/netfilter/nf_nat_rule.c b/net/ipv4/netfilter/nf_nat_rule.c
index fc3d9437beba..ea1a07c74fe3 100644
--- a/net/ipv4/netfilter/nf_nat_rule.c
+++ b/net/ipv4/netfilter/nf_nat_rule.c
@@ -172,7 +172,7 @@ static bool ipt_dnat_checkentry(const char *tablename,
172 return true; 172 return true;
173} 173}
174 174
175inline unsigned int 175unsigned int
176alloc_null_binding(struct nf_conn *ct, unsigned int hooknum) 176alloc_null_binding(struct nf_conn *ct, unsigned int hooknum)
177{ 177{
178 /* Force range to this IP; let proto decide mapping for 178 /* Force range to this IP; let proto decide mapping for