diff options
author | 2018-09-14 00:56:33 +0900 | |
---|---|---|
committer | 2018-09-20 18:26:56 +0200 | |
commit | 0de22baabc97f7fc05e31d82cec8049947946887 (patch) | |
tree | e5b7a75440e9ab4025dab8c67bfa09fdedf4092a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | netfilter: nat: remove duplicate skb_is_nonlinear() in __nf_nat_mangle_tcp_packet() (diff) | |
download | wireguard-linux-0de22baabc97f7fc05e31d82cec8049947946887.tar.xz wireguard-linux-0de22baabc97f7fc05e31d82cec8049947946887.zip |
netfilter: nf_tables: use rhashtable_walk_enter instead of rhashtable_walk_init
rhashtable_walk_init() is deprecated and rhashtable_walk_enter() can be
used instead. rhashtable_walk_init() is wrapper function of
rhashtable_walk_enter() so that logic is actually same.
But rhashtable_walk_enter() doesn't return error hence error path
code can be removed.
Signed-off-by: Taehee Yoo <ap420073@gmail.com>
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