Home
last modified time | relevance | path

Searched defs:prog (Results 1 – 25 of 122) sorted by relevance

12345

/tools/testing/selftests/bpf/prog_tests/
Dtailcalls.c13 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
Dcustom_sec_handlers.c13 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()
Dcheck_mtu.c44 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()
Ddynptr.c55 struct bpf_program *prog; in verify_fail() local
91 struct bpf_program *prog; in verify_success() local
Dtrampoline_count.c15 struct bpf_program *prog; in load_prog() local
41 struct bpf_program *prog; in serial_test_trampoline_count() local
Dkfunc_dynptr_param.c49 struct bpf_program *prog; in verify_fail() local
98 struct bpf_program *prog; in verify_success() local
Dfexit_bpf2bpf.c64 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
Dtest_overhead.c18 static int test_task_rename(const char *prog) in test_task_rename()
42 static void test_run(const char *prog) in test_run()
Dsockopt_multi.c9 struct bpf_program *prog; in prog_attach() local
38 struct bpf_program *prog; in prog_detach() local
Dxdp_adjust_tail.c141 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
Dflow_dissector_load_bytes.c8 struct bpf_insn prog[] = { in serial_test_flow_dissector_load_bytes() local
Dhelper_restricted.c21 struct bpf_program *prog = *test->skeleton->progs[j].prog; in test_helper_restricted() local
Dtest_skb_pkt_end.c7 static int sanity_run(struct bpf_program *prog) in sanity_run()
Dcb_refs.c25 struct bpf_program *prog; in test_cb_refs() local
Dtest_profiler.c9 static int sanity_run(struct bpf_program *prog) in sanity_run()
Dreference_tracking.c13 struct bpf_program *prog; in test_reference_tracking() local
Dsignal_pending.c12 struct bpf_insn prog[4096]; in test_signal_pending_by_type() local
Dlink_pinning.c11 void test_link_pinning_subtest(struct bpf_program *prog, in test_link_pinning_subtest()
Dpe_preserve_elems.c9 static void test_one_map(struct bpf_map *map, struct bpf_program *prog, in test_one_map()
/tools/lib/bpf/
Dlibbpf.c678 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/
Dseccomp_bpf.c390 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/
Dmetadata_used.c10 int prog(struct xdp_md *ctx) in prog() function
Dmetadata_unused.c10 int prog(struct xdp_md *ctx) in prog() function
/tools/rcu/
Drcu-cbs.py20 def get_rdp0(prog): argument
/tools/testing/selftests/futex/functional/
Dfutex_wait_wouldblock.c31 void usage(char *prog) in usage()

12345