summaryrefslogtreecommitdiff
path: root/tools/virtio/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'tools/virtio/.gitignore')
0 files changed, 0 insertions, 0 deletions
a>) tree93b76419142fe17b1d162d062c663297a3e8a965 /net/x25/af_x25.c parent1a28ad74ebd8f9d3c7eae0d781f72a6d30545e17 (diff)
netfilter: nf_tables: Eliminate duplicated code in nf_tables_table_enable()
If something fails in nf_tables_table_enable(), it unregisters the chains. But the rollback code is the same as nf_tables_table_disable() almostly, except there is one counter check. Now create one wrapper function to eliminate the duplicated codes. Signed-off-by: Feng <fgao@ikuai8.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/x25/af_x25.c')
h
12
4 files changed, 53 insertions, 8 deletions
diff --git a/include/linux/netfilter/nfnetlink.h b/include/linux/netfilter/nfnetlink.h