diff options
author | 2019-09-13 09:13:12 +0100 | |
---|---|---|
committer | 2019-09-13 12:47:10 +0200 | |
commit | 22e81d7416d04355a7dfa248f187feba641c199e (patch) | |
tree | 54f6816412827c90cda6807c186179d6998ba330 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | netfilter: replace defined(CONFIG...) || defined(CONFIG...MODULE) with IS_ENABLED(CONFIG...). (diff) | |
download | linux-dev-22e81d7416d04355a7dfa248f187feba641c199e.tar.xz linux-dev-22e81d7416d04355a7dfa248f187feba641c199e.zip |
netfilter: conntrack: wrap two inline functions in config checks.
nf_conntrack_synproxy.h contains three inline functions. The contents
of two of them are wrapped in CONFIG_NETFILTER_SYNPROXY checks and just
return NULL if it is not enabled. The third does nothing if they return
NULL, so wrap its contents as well.
nf_ct_timeout_data is only called if CONFIG_NETFILTER_TIMEOUT is
enabled. Wrap its contents in a CONFIG_NETFILTER_TIMEOUT check like the
other inline functions in nf_conntrack_timeout.h.
Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions