summaryrefslogtreecommitdiff
path: root/samples/bpf/tcp_clamp_kern.c
diff options
context:
space:
mode:
Diffstat (limited to 'samples/bpf/tcp_clamp_kern.c')
-rw-r--r--samples/bpf/tcp_clamp_kern.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/samples/bpf/tcp_clamp_kern.c b/samples/bpf/tcp_clamp_kern.c
index a0dc2d254aca..26c0fd091f3c 100644
--- a/samples/bpf/tcp_clamp_kern.c
+++ b/samples/bpf/tcp_clamp_kern.c
@@ -22,13 +22,6 @@
#define DEBUG 1
-#define bpf_printk(fmt, ...) \
-({ \
- char ____fmt[] = fmt; \
- bpf_trace_printk(____fmt, sizeof(____fmt), \
- ##__VA_ARGS__); \
-})
-
SEC("sockops")
int bpf_clamp(struct bpf_sock_ops *skops)
{