aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/nf_nat.h
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2019-09-13 09:13:10 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2019-09-13 12:46:25 +0200
commit16b26cde6f12a759e59f267763c11bb1818d067e (patch)
tree62120409d70793fd27ec5b26420b14b744a20355 /include/net/netfilter/nf_nat.h
parentnetfilter: move nf_bridge_frag_data struct definition to a more appropriate header. (diff)
downloadlinux-dev-16b26cde6f12a759e59f267763c11bb1818d067e.tar.xz
linux-dev-16b26cde6f12a759e59f267763c11bb1818d067e.zip
netfilter: conntrack: use consistent style when defining inline functions
The header contains some inline functions defined as: static inline f (...) { #ifdef CONFIG_NF_CONNTRACK_EVENTS ... #else ... #endif } and a few others as: #ifdef CONFIG_NF_CONNTRACK_EVENTS static inline f (...) { ... } #else static inline f (...) { ... } #endif Prefer the former style, which is more numerous. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/net/netfilter/nf_nat.h')
0 files changed, 0 insertions, 0 deletions