diff options
author | Florian Westphal <fw@strlen.de> | 2015-10-23 13:43:18 +0300 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2015-11-06 21:33:07 +0300 |
commit | 61b590b9ee4221173ad6990a1150c5c9db73564e (patch) | |
tree | de86dd047768765a44e4179cd3bf5d753351489c /net/unix/af_unix.c | |
parent | 212cd0895330b775f2db49451f046a5ca4e5704b (diff) | |
download | linux-61b590b9ee4221173ad6990a1150c5c9db73564e.tar.xz |
netfilter: ingress: don't use nf_hook_list_active
nf_hook_list_active() always returns true once at least one device has
NF_INGRESS hook enabled.
Thus, don't use this function. Instead, inverse the test and use the static
key to elide list_empty test if no NF_INGRESS hooks are active.
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions