Searched refs:test_pkt_md_access_new (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | trace_ext.c | 47 prog = skel_ext->progs.test_pkt_md_access_new; in test_trace_ext() 62 prog = skel_ext->progs.test_pkt_md_access_new; in test_trace_ext() 67 if (CHECK(!skel_trace, "setup", "tracing/test_pkt_md_access_new open failed\n")) in test_trace_ext() 72 bpf_program__set_attach_target(prog, ext_fd, "test_pkt_md_access_new"); in test_trace_ext() 76 bpf_program__set_attach_target(prog, ext_fd, "test_pkt_md_access_new"); in test_trace_ext() 80 if (CHECK(err, "setup", "tracing/test_pkt_md_access_new load failed\n")) { in test_trace_ext() 87 if (CHECK(err, "setup", "tracing/test_pkt_md_access_new attach failed: %d\n", err)) in test_trace_ext() 103 "check", "failed to trigger fentry/test_pkt_md_access_new\n"); in test_trace_ext() 105 "check", "failed to trigger fexit/test_pkt_md_access_new\n"); in test_trace_ext()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | trace_ext.c | 51 prog = skel_ext->progs.test_pkt_md_access_new; in test_trace_ext() 66 prog = skel_ext->progs.test_pkt_md_access_new; in test_trace_ext() 71 if (CHECK(!skel_trace, "setup", "tracing/test_pkt_md_access_new open failed\n")) in test_trace_ext() 76 bpf_program__set_attach_target(prog, ext_fd, "test_pkt_md_access_new"); in test_trace_ext() 80 bpf_program__set_attach_target(prog, ext_fd, "test_pkt_md_access_new"); in test_trace_ext() 84 if (!ASSERT_OK(err, "tracing/test_pkt_md_access_new load")) { in test_trace_ext() 91 if (!ASSERT_OK(err, "tracing/test_pkt_md_access_new attach")) in test_trace_ext() 107 "failed to trigger fentry/test_pkt_md_access_new"); in test_trace_ext() 109 "failed to trigger fexit/test_pkt_md_access_new"); in test_trace_ext()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_trace_ext.c | 12 int test_pkt_md_access_new(struct __sk_buff *skb) in test_pkt_md_access_new() function
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_trace_ext.c | 12 int test_pkt_md_access_new(struct __sk_buff *skb) in test_pkt_md_access_new() function
|
Completed in 2 milliseconds