Searched refs:BPF_PROG (Results 1 - 25 of 150) sorted by relevance

123456

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_fill_link_info.c19 int BPF_PROG(kprobe_run) function
25 int BPF_PROG(uprobe_run) function
31 int BPF_PROG(tp_run) function
43 int BPF_PROG(kmulti_run) function
49 int BPF_PROG(umulti_run) function
H A Dtracing_failure.c11 int BPF_PROG(test_spin_lock, struct bpf_spin_lock *lock) function
17 int BPF_PROG(test_spin_unlock, struct bpf_spin_lock *lock) function
H A Dtest_trampoline_count.c7 int BPF_PROG(fentry_test, int a, int *b) function
13 int BPF_PROG(fmod_ret_test, int a, int *b, int ret) function
19 int BPF_PROG(fexit_test, int a, int *b, int ret) function
H A Dbtf_type_tag_user.c18 int BPF_PROG(test_user1, struct bpf_testmod_btf_type_tag_1 *arg) function
25 int BPF_PROG(test_user2, struct bpf_testmod_btf_type_tag_2 *arg) function
35 int BPF_PROG(test_sys_getsockname, int fd, struct sockaddr *usockaddr, function
H A Dtailcall_poke.c16 int BPF_PROG(test, int a) function
23 int BPF_PROG(call1, int a) function
29 int BPF_PROG(call2, int a) function
H A Dtest_trace_ext_tracing.c10 int BPF_PROG(fentry, struct sk_buff *skb) function
19 int BPF_PROG(fexit, struct sk_buff *skb) function
H A Dfentry_test.c11 int BPF_PROG(test1, int a) function
19 int BPF_PROG(test2, int a, __u64 b) function
27 int BPF_PROG(test3, char a, int b, __u64 c) function
35 int BPF_PROG(test4, void *a, char b, int c, __u64 d) function
43 int BPF_PROG(test5, __u64 a, void *b, short c, int d, __u64 e) function
52 int BPF_PROG(test6, __u64 a, void *b, short c, int d, void * e, __u64 f) function
65 int BPF_PROG(test7, struct bpf_fentry_test_t *arg) function
74 int BPF_PROG(test8, struct bpf_fentry_test_t *arg) function
H A Dfentry_recursive_target.c13 int BPF_PROG(test1, int a) function
22 int BPF_PROG(fentry_target, struct pt_regs *regs, long id) function
H A Dstruct_ops_autocreate2.c12 int BPF_PROG(foo) function
19 int BPF_PROG(bar) function
H A Dbad_struct_ops.c11 int BPF_PROG(test_1) { return 0; } function
14 int BPF_PROG(test_2) { return 0; } function
H A Dtest_ptr_untrusted.c10 int BPF_PROG(lsm_run, int cmd, union bpf_attr *attr, unsigned int size) function
24 int BPF_PROG(raw_tp_run) function
H A Dtoken_lsm.c15 int BPF_PROG(token_capable, struct bpf_token *token, int cap) function
25 int BPF_PROG(token_cmd, struct bpf_token *token, enum bpf_cmd cmd) function
H A Dtest_module_attach.c13 int BPF_PROG(handle_raw_tp, function
23 int BPF_PROG(handle_raw_tp_bare, function
35 int BPF_PROG(handle_raw_tp_writable_bare, function
47 int BPF_PROG(handle_tp_btf, function
57 int BPF_PROG(handle_fentry, function
68 int BPF_PROG(handle_fentry_manual, function
80 int BPF_PROG(handle_fexit, function
91 int BPF_PROG(handle_fexit_ret, int arg, struct file *ret) function
105 int BPF_PROG(handle_fmod_ret, function
114 int BPF_PROG(kprobe_mult function
[all...]
H A Dfmod_ret_freplace.c8 int BPF_PROG(fmod_ret_test, long val, int ret) function
H A Dlsm_cgroup_nonvoid.c10 int BPF_PROG(nonvoid_socket_clone, struct sock *newsk, const struct request_sock *req) function
H A Dbtf_type_tag_percpu.c18 int BPF_PROG(test_percpu1, struct bpf_testmod_btf_type_tag_1 *arg) function
25 int BPF_PROG(test_percpu2, struct bpf_testmod_btf_type_tag_2 *arg) function
46 int BPF_PROG(test_percpu_load, struct cgroup *cgrp, const char *path) function
53 int BPF_PROG(test_percpu_helper, struct cgroup *cgrp, const char *path) function
H A Dtest_access_variable_array.c11 int BPF_PROG(fentry_fentry, int this_cpu, struct rq *this_rq, function
H A Dmissed_kprobe.c14 int BPF_PROG(trigger) function
H A Dtailcall_bpf2bpf_fentry.c11 int BPF_PROG(fentry, struct sk_buff *skb) function
H A Dtailcall_bpf2bpf_fexit.c11 int BPF_PROG(fexit, struct sk_buff *skb) function
H A Dfentry_recursive.c11 int BPF_PROG(recursive_attach, int a) function
H A Dstruct_ops_module.c14 int BPF_PROG(test_1) function
21 void BPF_PROG(test_2, int a, int b) function
27 int BPF_PROG(test_3, int a, int b) function
41 void BPF_PROG(test_2_v2, int a, int b) function
H A Dfexit_test.c11 int BPF_PROG(test1, int a, int ret) function
19 int BPF_PROG(test2, int a, __u64 b, int ret) function
27 int BPF_PROG(test3, char a, int b, __u64 c, int ret) function
35 int BPF_PROG(test4, void *a, char b, int c, __u64 d, int ret) function
44 int BPF_PROG(test5, __u64 a, void *b, short c, int d, __u64 e, int ret) function
53 int BPF_PROG(test6, __u64 a, void *b, short c, int d, void *e, __u64 f, int ret) function
66 int BPF_PROG(test7, struct bpf_fentry_test_t *arg) function
75 int BPF_PROG(test8, struct bpf_fentry_test_t *arg) function
H A Dtcp_ca_incompl_cong_ops.c16 __u32 BPF_PROG(incompl_cong_ops_ssthresh, struct sock *sk) function
22 __u32 BPF_PROG(incompl_cong_ops_undo_cwnd, struct sock *sk) function
H A Dmodify_return.c18 int BPF_PROG(fentry_test, int a, __u64 b) function
27 int BPF_PROG(fmod_ret_test, int a, int *b, int ret) function
37 int BPF_PROG(fexit_test, int a, __u64 b, int ret) function
55 int BPF_PROG(fentry_test2, int a, int *b, short c, int d, void *e, char f, function
65 int BPF_PROG(fmod_ret_test2, int a, int *b, short c, int d, void *e, char f, function
76 int BPF_PROG(fexit_test2, int a, int *b, short c, int d, void *e, char f, function

Completed in 304 milliseconds

123456