mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-18 18:23:53 +08:00
netfilter: ipv6: code indentation
Use tabs instead of spaces to indent code. No changes detected by objdiff. Signed-off-by: Ian Morris <ipm@chirality.org.uk> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:
parent
cda219c6ad
commit
7695495d5a
@ -443,8 +443,8 @@ ip6t_do_table(struct sk_buff *skb,
|
|||||||
break;
|
break;
|
||||||
} while (!acpar.hotdrop);
|
} while (!acpar.hotdrop);
|
||||||
|
|
||||||
xt_write_recseq_end(addend);
|
xt_write_recseq_end(addend);
|
||||||
local_bh_enable();
|
local_bh_enable();
|
||||||
|
|
||||||
#ifdef DEBUG_ALLOW_ALL
|
#ifdef DEBUG_ALLOW_ALL
|
||||||
return NF_ACCEPT;
|
return NF_ACCEPT;
|
||||||
|
@ -244,7 +244,7 @@ synproxy_send_client_ack(const struct synproxy_net *snet,
|
|||||||
synproxy_build_options(nth, opts);
|
synproxy_build_options(nth, opts);
|
||||||
|
|
||||||
synproxy_send_tcp(snet, skb, nskb, skb->nfct, IP_CT_ESTABLISHED_REPLY,
|
synproxy_send_tcp(snet, skb, nskb, skb->nfct, IP_CT_ESTABLISHED_REPLY,
|
||||||
niph, nth, tcp_hdr_size);
|
niph, nth, tcp_hdr_size);
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool
|
static bool
|
||||||
|
@ -61,11 +61,11 @@ static const struct nf_chain_type nft_chain_route_ipv6 = {
|
|||||||
.name = "route",
|
.name = "route",
|
||||||
.type = NFT_CHAIN_T_ROUTE,
|
.type = NFT_CHAIN_T_ROUTE,
|
||||||
.family = NFPROTO_IPV6,
|
.family = NFPROTO_IPV6,
|
||||||
.owner = THIS_MODULE,
|
.owner = THIS_MODULE,
|
||||||
.hook_mask = (1 << NF_INET_LOCAL_OUT),
|
.hook_mask = (1 << NF_INET_LOCAL_OUT),
|
||||||
.hooks = {
|
.hooks = {
|
||||||
[NF_INET_LOCAL_OUT] = nf_route_table_hook,
|
[NF_INET_LOCAL_OUT] = nf_route_table_hook,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
static int __init nft_chain_route_init(void)
|
static int __init nft_chain_route_init(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user