commit | b8d19572367bb019f77bbc921ef6bf965f1c8b22 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Fri May 31 18:27:06 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun Jun 02 18:06:26 2019 -0700 |
tree | d8e4e3c0cefa30ff346c6bc38a0a34d30954affa | |
parent | d519e8708b06a6ec9e6d7f67175649fd624558f5 [diff] |
netfilter: use in_dev_for_each_ifa_rcu Netfilter hooks are always running under rcu read lock, use the new iterator macro so sparse won't complain once we add proper __rcu annotations. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>