[NETFILTER]: Remove incorrect inline markers
device_cmp: the function's address is taken (call to nf_ct_iterate_cleanup) alloc_null_binding: referenced externally Signed-off-by: Jan Engelhardt <jengelh@gmx.de> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a47362a226
commit
170b197c0a
2 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@ masquerade_target(struct sk_buff **pskb,
|
|||
return nf_nat_setup_info(ct, &newrange, hooknum);
|
||||
}
|
||||
|
||||
static inline int
|
||||
static int
|
||||
device_cmp(struct nf_conn *i, void *ifindex)
|
||||
{
|
||||
const struct nf_conn_nat *nat = nfct_nat(i);
|
||||
|
|
|
@ -172,7 +172,7 @@ static bool ipt_dnat_checkentry(const char *tablename,
|
|||
return true;
|
||||
}
|
||||
|
||||
inline unsigned int
|
||||
unsigned int
|
||||
alloc_null_binding(struct nf_conn *ct, unsigned int hooknum)
|
||||
{
|
||||
/* Force range to this IP; let proto decide mapping for
|
||||
|
|
Loading…
Reference in a new issue