Home
last modified time | relevance | path

Searched refs:bpf_program (Results 1 – 25 of 148) sorted by relevance

123456

/linux/tools/perf/util/
H A Dtrace_augment.h6 struct bpf_program;
16 struct bpf_program *augmented_syscalls__find_by_title(const char *name);
17 struct bpf_program *augmented_syscalls__unaugmented(void);
49 static inline struct bpf_program *
55 static inline struct bpf_program *augmented_syscalls__unaugmented(void) in augmented_syscalls__unaugmented()
H A Dbpf_trace_augment.c15 struct bpf_program *prog; in augmented_syscalls__prepare()
118 struct bpf_program *augmented_syscalls__unaugmented(void) in augmented_syscalls__unaugmented()
123 struct bpf_program *augmented_syscalls__find_by_title(const char *name) in augmented_syscalls__find_by_title()
125 struct bpf_program *pos; in augmented_syscalls__find_by_title()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlibarena.c13 static void run_libarena_test(struct libarena *skel, struct bpf_program *prog, in run_libarena_test()
36 struct bpf_program *prog = arg; in run_libarena_parallel_prog()
50 struct bpf_program *fini_prog; in run_libarena_parallel_fini()
72 struct bpf_program *tdprog; in run_libarena_parallel_test_workers()
149 struct bpf_program *prog; in libarena_parallel_test_enabled()
170 static void run_libarena_parallel_test(struct libarena *skel, struct bpf_program *prog, in run_libarena_parallel_test()
225 struct bpf_program *prog; in serial_test_libarena()
H A Dtrampoline_count.c10 static struct bpf_program *load_prog(char *file, char *name, struct inst *inst) in load_prog()
13 struct bpf_program *prog; in load_prog()
38 struct bpf_program *prog; in serial_test_trampoline_count()
H A Dfree_timer.c11 struct bpf_program *start_prog;
12 struct bpf_program *overwrite_prog;
120 struct bpf_program *prog; in test_free_timer()
H A Dreference_tracking.c13 struct bpf_program *prog; in test_reference_tracking()
27 struct bpf_program *p; in test_reference_tracking()
H A Drecursive_attach.c40 struct bpf_program *prog; in test_recursive_fentry_chain()
117 struct bpf_program *prog; in test_fentry_attach_btf_presence()
174 struct bpf_program *prog; in test_fentry_attach_stress()
H A Dtask_kfunc.c39 struct bpf_program *prog; in run_success_test()
75 struct bpf_program *prog; in run_syscall_success_test()
104 struct bpf_program *prog; in run_vpid_test()
H A Dxdp_context_test_run.c231 static void dump_err_stream(const struct bpf_program *prog) in dump_err_stream()
251 struct bpf_program *tc_prog, *xdp_prog; in test_xdp_context_veth()
334 static void test_tuntap(struct bpf_program *xdp_prog, in test_tuntap()
335 struct bpf_program *tc_prio_1_prog, in test_tuntap()
336 struct bpf_program *tc_prio_2_prog, in test_tuntap()
400 static void test_tuntap_mirred(struct bpf_program *xdp_prog, in test_tuntap_mirred()
401 struct bpf_program *tc_prog, in test_tuntap_mirred()
591 struct bpf_program *lwt_prog = NULL; in test_lwt_encap()
H A 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()
H A Dlibarena_asan.c16 struct bpf_program *prog, const char *name) in run_libarena_asan_test()
41 struct bpf_program *prog; in run_test()
H A Dcheck_mtu.c44 struct bpf_program *prog; in test_check_mtu_xdp_attach()
79 struct bpf_program *prog, in test_check_mtu_run_xdp()
132 struct bpf_program *prog, in test_check_mtu_run_tc()
H A Dparse_tcp_hdr_opt.c31 struct bpf_program *prog; in test_parse_opt()
61 struct bpf_program *prog; in test_parse_opt_dynptr()
H A Dchanges_pkt_data.c
H A Dfexit_bpf2bpf.c67 struct bpf_program **prog = NULL, *p; in test_fexit_bpf2bpf_common()
94 prog = calloc(sizeof(struct bpf_program *), prog_cnt); in test_fexit_bpf2bpf_common()
113 struct bpf_program *pos; in test_fexit_bpf2bpf_common()
234 struct bpf_program *prog = NULL; in test_second_attach()
292 struct bpf_program *prog; in test_fmod_ret_freplace()
359 struct bpf_program *prog; in test_obj_load_failure_common()
H A Dtest_overhead.c65 struct bpf_program *kprobe_prog, *kretprobe_prog, *raw_tp_prog; in test_test_overhead()
66 struct bpf_program *fentry_prog, *fexit_prog; in test_test_overhead()
H A Drcu_read_lock.c96 struct bpf_program *prog; in test_inproper_region()
123 struct bpf_program *prog; in test_rcuptr_misuse()
H A Dsk_lookup.c67 struct bpf_program *lookup_prog;
68 struct bpf_program *reuseport_prog;
90 static int attach_reuseport(int sock_fd, struct bpf_program *reuseport_prog) in attach_reuseport()
156 struct bpf_program *reuseport_prog) in make_server()
410 static struct bpf_link *attach_lookup_prog(struct bpf_program *prog) in attach_lookup_prog()
1026 struct bpf_program *lookup_prog, in run_sk_assign()
1079 struct bpf_program *lookup_prog) in run_sk_assign_v4()
1085 struct bpf_program *lookup_prog) in run_sk_assign_v6()
1153 struct bpf_program *prog1;
1154 struct bpf_program *prog2;
/linux/tools/lib/bpf/
H A Dlibbpf_legacy.h123 struct bpf_program;
130 LIBBPF_API enum bpf_prog_type bpf_program__get_type(const struct bpf_program *prog);
131 LIBBPF_API enum bpf_attach_type bpf_program__get_expected_attach_type(const struct bpf_program *pro…
H A Dlibbpf.c76 static bool prog_is_subprog(const struct bpf_object *obj, const struct bpf_program *prog);
450 struct bpf_program { struct
525 struct bpf_program **progs; argument
603 struct bpf_program *excl_prog;
715 struct bpf_program *programs;
775 struct bpf_program *prog;
798 void bpf_program__unload(struct bpf_program *prog) in bpf_program__unload()
810 static void bpf_program__exit(struct bpf_program *prog) in bpf_program__exit()
847 bpf_object__init_prog(struct bpf_object *obj, struct bpf_program *prog, in bpf_object__init_prog()
912 struct bpf_program *prog, *progs; in bpf_object__add_programs()
[all …]
/linux/include/uapi/linux/netfilter/
H A Dxt_bpf.h16 struct sock_filter bpf_program[XT_BPF_MAX_NUM_INSTR]; member
34 struct sock_filter bpf_program[XT_BPF_MAX_NUM_INSTR]; member
/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.h
/linux/tools/sched_ext/include/scx/
H A Dcompat.h249 static inline void __scx_ops_assoc_prog(struct bpf_program *prog, in __scx_ops_assoc_prog()
260 static inline void __scx_ops_assoc_prog(struct bpf_program *prog, in __scx_ops_assoc_prog()
269 struct bpf_program *__prog; \
/linux/net/netfilter/
H A Dxt_bpf.c68 return __bpf_mt_check_bytecode(info->bpf_program, in bpf_mt_check()
78 return __bpf_mt_check_bytecode(info->bpf_program, in bpf_mt_check_v1()
/linux/samples/bpf/
H A Dxdp_fwd_user.c122 struct bpf_program *prog = NULL; in main()
123 struct bpf_program *pos; in main()

123456