netfilter: nf_tables: consolidate tracing invocations
authorPatrick McHardy <kaber@trash.net>
Tue, 3 Mar 2015 20:10:05 +0000 (20:10 +0000)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 6 Mar 2015 00:21:12 +0000 (01:21 +0100)
commit354bf5a0d794a34dc98ed25e72f460b3b360c174
tree0a71c59daba7f54bd0e7087e864d936faabfdf2e
parent01ef16c2dd2e9a77fbd94eb0314c4787ab8f7113
netfilter: nf_tables: consolidate tracing invocations

* JUMP and GOTO are equivalent except for JUMP pushing the current
  context to the stack

* RETURN and implicit RETURN (CONTINUE) are equivalent except that
  the logged rule number differs

Result:

  nft_do_chain              | -112
 1 function changed, 112 bytes removed, diff: -112

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_tables_core.c