aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/net-traces.c
diff options
context:
space:
mode:
authorDavid Ahern <dsahern@gmail.com>2018-05-23 17:08:48 -0700
committerDavid S. Miller <davem@davemloft.net>2018-05-24 23:01:15 -0400
commit30d444d30049490398178ca4337ab49156571886 (patch)
tree84377a2175d3b8f5a5aa8b4af7f9813dcfb88eba /net/core/net-traces.c
parentnet/ipv4: Udate fib_table_lookup tracepoint (diff)
downloadlinux-dev-30d444d30049490398178ca4337ab49156571886.tar.xz
linux-dev-30d444d30049490398178ca4337ab49156571886.zip
net/ipv6: Udate fib6_table_lookup tracepoint
Commit bb0ad1987e96 ("ipv6: fib6_rules: support for match on sport, dport and ip proto") added support for protocol and ports to FIB rules. Update the FIB lookup tracepoint to dump the parameters. Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/net-traces.c')
-rw-r--r--net/core/net-traces.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/core/net-traces.c b/net/core/net-traces.c
index 380934580fa1..419af6dfe29f 100644
--- a/net/core/net-traces.c
+++ b/net/core/net-traces.c
@@ -35,10 +35,6 @@
#include <trace/events/tcp.h>
#include <trace/events/fib.h>
#include <trace/events/qdisc.h>
-#if IS_ENABLED(CONFIG_IPV6)
-#include <trace/events/fib6.h>
-EXPORT_TRACEPOINT_SYMBOL_GPL(fib6_table_lookup);
-#endif
#if IS_ENABLED(CONFIG_BRIDGE)
#include <trace/events/bridge.h>
EXPORT_TRACEPOINT_SYMBOL_GPL(br_fdb_add);