| /tools/testing/selftests/bpf/prog_tests/ |
| D | tailcalls.c | 13 struct bpf_program *prog; in test_tailcall_1() local 149 struct bpf_program *prog; in test_tailcall_2() local 225 struct bpf_program *prog; in test_tailcall_count() local 321 struct bpf_program *prog; in test_tailcall_4() local 411 struct bpf_program *prog; in test_tailcall_5() local 501 struct bpf_program *prog; in test_tailcall_bpf2bpf_1() local 585 struct bpf_program *prog; in test_tailcall_bpf2bpf_2() local 665 struct bpf_program *prog; in test_tailcall_bpf2bpf_3() local 760 struct bpf_program *prog; in test_tailcall_bpf2bpf_4() local
|
| D | custom_sec_handlers.c | 13 static int custom_setup_prog(struct bpf_program *prog, long cookie) in custom_setup_prog() 21 static int custom_prepare_load_prog(struct bpf_program *prog, in custom_prepare_load_prog() 32 static int custom_attach_prog(const struct bpf_program *prog, long cookie, in custom_attach_prog()
|
| D | check_mtu.c | 44 struct bpf_program *prog; in test_check_mtu_xdp_attach() local 79 struct bpf_program *prog, in test_check_mtu_run_xdp() 132 struct bpf_program *prog, in test_check_mtu_run_tc()
|
| D | dynptr.c | 55 struct bpf_program *prog; in verify_fail() local 91 struct bpf_program *prog; in verify_success() local
|
| D | trampoline_count.c | 15 struct bpf_program *prog; in load_prog() local 41 struct bpf_program *prog; in serial_test_trampoline_count() local
|
| D | kfunc_dynptr_param.c | 49 struct bpf_program *prog; in verify_fail() local 98 struct bpf_program *prog; in verify_success() local
|
| D | fexit_bpf2bpf.c | 64 struct bpf_program **prog = NULL, *p; in test_fexit_bpf2bpf_common() local 231 struct bpf_program *prog = NULL; in test_second_attach() local 289 struct bpf_program *prog; in test_fmod_ret_freplace() local 356 struct bpf_program *prog; in test_obj_load_failure_common() local
|
| D | test_overhead.c | 18 static int test_task_rename(const char *prog) in test_task_rename() 42 static void test_run(const char *prog) in test_run()
|
| D | sockopt_multi.c | 9 struct bpf_program *prog; in prog_attach() local 38 struct bpf_program *prog; in prog_detach() local
|
| D | xdp_adjust_tail.c | 141 struct bpf_program *prog; in test_xdp_adjust_frags_tail_shrink() local 208 struct bpf_program *prog; in test_xdp_adjust_frags_tail_grow() local
|
| D | flow_dissector_load_bytes.c | 8 struct bpf_insn prog[] = { in serial_test_flow_dissector_load_bytes() local
|
| D | helper_restricted.c | 21 struct bpf_program *prog = *test->skeleton->progs[j].prog; in test_helper_restricted() local
|
| D | test_skb_pkt_end.c | 7 static int sanity_run(struct bpf_program *prog) in sanity_run()
|
| D | cb_refs.c | 25 struct bpf_program *prog; in test_cb_refs() local
|
| D | test_profiler.c | 9 static int sanity_run(struct bpf_program *prog) in sanity_run()
|
| D | reference_tracking.c | 13 struct bpf_program *prog; in test_reference_tracking() local
|
| D | signal_pending.c | 12 struct bpf_insn prog[4096]; in test_signal_pending_by_type() local
|
| D | link_pinning.c | 11 void test_link_pinning_subtest(struct bpf_program *prog, in test_link_pinning_subtest()
|
| D | pe_preserve_elems.c | 9 static void test_one_map(struct bpf_map *map, struct bpf_program *prog, in test_one_map()
|
| /tools/lib/bpf/ |
| D | libbpf.c | 678 void bpf_program__unload(struct bpf_program *prog) in bpf_program__unload() 689 static void bpf_program__exit(struct bpf_program *prog) in bpf_program__exit() 726 bpf_object__init_prog(struct bpf_object *obj, struct bpf_program *prog, in bpf_object__init_prog() 790 struct bpf_program *prog, *progs; in bpf_object__add_programs() local 1085 struct bpf_program *prog; in bpf_map__init_kern_struct_ops() local 2950 static bool prog_needs_vmlinux_btf(struct bpf_program *prog) in prog_needs_vmlinux_btf() 2967 struct bpf_program *prog; in obj_needs_vmlinux_btf() local 3043 struct bpf_program *prog = &obj->programs[i]; in bpf_object__sanitize_and_load_btf() local 3896 static bool prog_is_subprog(const struct bpf_object *obj, const struct bpf_program *prog) in prog_is_subprog() 3905 struct bpf_program *prog; in bpf_object__find_program_by_name() local [all …]
|
| /tools/testing/selftests/seccomp/ |
| D | seccomp_bpf.c | 390 struct sock_fprog prog = { in TEST() local 422 struct sock_fprog prog = { }; in TEST() local 459 struct sock_fprog prog = { }; in TEST() local 496 struct sock_fprog prog = { in TEST() local 519 struct sock_fprog prog = { in TEST() local 544 struct sock_fprog prog = { in TEST() local 561 struct sock_fprog prog = { in TEST() local 580 struct sock_fprog prog = { in TEST() local 602 struct sock_fprog prog = { in TEST_SIGNAL() local 624 struct sock_fprog prog = { in TEST_SIGNAL() local [all …]
|
| /tools/testing/selftests/bpf/progs/ |
| D | metadata_used.c | 10 int prog(struct xdp_md *ctx) in prog() function
|
| D | metadata_unused.c | 10 int prog(struct xdp_md *ctx) in prog() function
|
| /tools/rcu/ |
| D | rcu-cbs.py | 20 def get_rdp0(prog): argument
|
| /tools/testing/selftests/futex/functional/ |
| D | futex_wait_wouldblock.c | 31 void usage(char *prog) in usage()
|