Home
last modified time | relevance | path

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

123456

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/bpf/progs/
H A Dfentry_test.c11 int BPF_PROG(test1, int a) in BPF_PROG() function
19 int BPF_PROG(test2, int a, __u64 b) in BPF_PROG() function
27 int BPF_PROG(test3, char a, int b, __u64 c) in BPF_PROG() function
35 int BPF_PROG(test4, void *a, char b, int c, __u64 d) in BPF_PROG() function
43 int BPF_PROG(test5, __u64 a, void *b, short c, int d, __u64 e) in BPF_PROG() function
52 int BPF_PROG(test6, __u64 a, void *b, short c, int d, void * e, __u64 f) in BPF_PROG() function
65 int BPF_PROG(test7, struct bpf_fentry_test_t *arg) in BPF_PROG() function
74 int BPF_PROG(test8, struct bpf_fentry_test_t *arg) in BPF_PROG() function
H A Dfexit_test.c11 int BPF_PROG(test1, int a, int ret) in BPF_PROG() function
19 int BPF_PROG(test2, int a, __u64 b, int ret) in BPF_PROG() function
27 int BPF_PROG(test3, char a, int b, __u64 c, int ret) in BPF_PROG() function
35 int BPF_PROG(test4, void *a, char b, int c, __u64 d, int ret) in BPF_PROG() function
44 int BPF_PROG(test5, __u64 a, void *b, short c, int d, __u64 e, int ret) in BPF_PROG() function
53 int BPF_PROG(test6, __u64 a, void *b, short c, int d, void *e, __u64 f, int ret) in BPF_PROG() function
66 int BPF_PROG(test7, struct bpf_fentry_test_t *arg) in BPF_PROG() function
75 int BPF_PROG(test8, struct bpf_fentry_test_t *arg) in BPF_PROG() function
H A Dtest_module_attach.c13 int BPF_PROG(handle_raw_tp, in BPF_PROG() function
23 int BPF_PROG(handle_raw_tp_bare, in BPF_PROG() function
33 int BPF_PROG(handle_tp_btf, in BPF_PROG() function
43 int BPF_PROG(handle_fentry, in BPF_PROG() function
54 int BPF_PROG(handle_fentry_manual, in BPF_PROG() function
66 int BPF_PROG(handle_fexit, in BPF_PROG() function
79 int BPF_PROG(handle_fmod_ret, in BPF_PROG() function
H A Datomics.c22 int BPF_PROG(add, int a) in BPF_PROG() function
46 int BPF_PROG(sub, int a) in BPF_PROG() function
68 int BPF_PROG(and, int a) in BPF_PROG() function
87 int BPF_PROG(or, int a) in BPF_PROG() function
105 int BPF_PROG(xor, int a) in BPF_PROG() function
124 int BPF_PROG(cmpxchg, int a) in BPF_PROG() function
143 int BPF_PROG(xchg, int a) in BPF_PROG() function
H A Dbpf_dctcp.c54 void BPF_PROG(dctcp_init, struct sock *sk) in BPF_PROG() function
74 __u32 BPF_PROG(dctcp_ssthresh, struct sock *sk) in BPF_PROG() function
84 void BPF_PROG(dctcp_update_alpha, struct sock *sk, __u32 flags) in BPF_PROG() function
123 void BPF_PROG(dctcp_state, struct sock *sk, __u8 new_state) in BPF_PROG() function
171 void BPF_PROG(dctcp_cwnd_event, struct sock *sk, enum tcp_ca_event ev) in BPF_PROG() function
190 __u32 BPF_PROG(dctcp_cwnd_undo, struct sock *sk) in BPF_PROG() function
200 void BPF_PROG(dctcp_cong_avoid, struct sock *sk, __u32 ack, __u32 acked) in BPF_PROG() function
H A Dtest_sk_storage_tracing.c33 int BPF_PROG(trace_inet_sock_set_state, struct sock *sk, int oldstate, in BPF_PROG() function
71 int BPF_PROG(trace_inet_csk_listen_start, struct sock *sk, int backlog) in BPF_PROG() function
79 int BPF_PROG(trace_tcp_connect, struct sock *sk) in BPF_PROG() function
87 int BPF_PROG(inet_csk_accept, struct sock *sk, int flags, int *err, bool kern, in BPF_PROG() function
H A Dmodify_return.c18 int BPF_PROG(fentry_test, int a, __u64 b) in BPF_PROG() function
27 int BPF_PROG(fmod_ret_test, int a, int *b, int ret) in BPF_PROG() function
37 int BPF_PROG(fexit_test, int a, __u64 b, int ret) in BPF_PROG() function
H A Dlocal_storage.c48 int BPF_PROG(unlink_hook, struct inode *dir, struct dentry *victim) in BPF_PROG() function
72 int BPF_PROG(inode_rename, struct inode *old_dir, struct dentry *old_dentry, in BPF_PROG() function
105 int BPF_PROG(socket_bind, struct socket *sock, struct sockaddr *address, in BPF_PROG() function
133 int BPF_PROG(socket_post_create, struct socket *sock, int family, int type, in BPF_PROG() function
158 void BPF_PROG(exec, struct linux_binprm *bprm) in BPF_PROG() function
H A Dtask_ls_recursion.c25 int BPF_PROG(on_lookup) in BPF_PROG() function
35 int BPF_PROG(on_update) in BPF_PROG() function
54 int BPF_PROG(on_enter, struct pt_regs *regs, long id) in BPF_PROG() function
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/bpf/progs/
H A Dfentry_test.c11 int BPF_PROG(test1, int a) in BPF_PROG() function
19 int BPF_PROG(test2, int a, __u64 b) in BPF_PROG() function
27 int BPF_PROG(test3, char a, int b, __u64 c) in BPF_PROG() function
35 int BPF_PROG(test4, void *a, char b, int c, __u64 d) in BPF_PROG() function
43 int BPF_PROG(test5, __u64 a, void *b, short c, int d, __u64 e) in BPF_PROG() function
52 int BPF_PROG(test6, __u64 a, void *b, short c, int d, void * e, __u64 f) in BPF_PROG() function
65 int BPF_PROG(test7, struct bpf_fentry_test_t *arg) in BPF_PROG() function
74 int BPF_PROG(test8, struct bpf_fentry_test_t *arg) in BPF_PROG() function
H A Dfexit_test.c11 int BPF_PROG(test1, int a, int ret) in BPF_PROG() function
19 int BPF_PROG(test2, int a, __u64 b, int ret) in BPF_PROG() function
27 int BPF_PROG(test3, char a, int b, __u64 c, int ret) in BPF_PROG() function
35 int BPF_PROG(test4, void *a, char b, int c, __u64 d, int ret) in BPF_PROG() function
44 int BPF_PROG(test5, __u64 a, void *b, short c, int d, __u64 e, int ret) in BPF_PROG() function
53 int BPF_PROG(test6, __u64 a, void *b, short c, int d, void *e, __u64 f, int ret) in BPF_PROG() function
66 int BPF_PROG(test7, struct bpf_fentry_test_t *arg) in BPF_PROG() function
75 int BPF_PROG(test8, struct bpf_fentry_test_t *arg) in BPF_PROG() function
H A Dtest_module_attach.c13 int BPF_PROG(handle_raw_tp, in BPF_PROG() function
23 int BPF_PROG(handle_raw_tp_bare, in BPF_PROG() function
33 int BPF_PROG(handle_tp_btf, in BPF_PROG() function
43 int BPF_PROG(handle_fentry, in BPF_PROG() function
54 int BPF_PROG(handle_fentry_manual, in BPF_PROG() function
66 int BPF_PROG(handle_fexit, in BPF_PROG() function
79 int BPF_PROG(handle_fmod_ret, in BPF_PROG() function
H A Datomics.c22 int BPF_PROG(add, int a) in BPF_PROG() function
46 int BPF_PROG(sub, int a) in BPF_PROG() function
68 int BPF_PROG(and, int a) in BPF_PROG() function
87 int BPF_PROG(or, int a) in BPF_PROG() function
105 int BPF_PROG(xor, int a) in BPF_PROG() function
124 int BPF_PROG(cmpxchg, int a) in BPF_PROG() function
143 int BPF_PROG(xchg, int a) in BPF_PROG() function
H A Dbpf_dctcp.c54 void BPF_PROG(dctcp_init, struct sock *sk) in BPF_PROG() function
74 __u32 BPF_PROG(dctcp_ssthresh, struct sock *sk) in BPF_PROG() function
84 void BPF_PROG(dctcp_update_alpha, struct sock *sk, __u32 flags) in BPF_PROG() function
123 void BPF_PROG(dctcp_state, struct sock *sk, __u8 new_state) in BPF_PROG() function
171 void BPF_PROG(dctcp_cwnd_event, struct sock *sk, enum tcp_ca_event ev) in BPF_PROG() function
190 __u32 BPF_PROG(dctcp_cwnd_undo, struct sock *sk) in BPF_PROG() function
200 void BPF_PROG(dctcp_cong_avoid, struct sock *sk, __u32 ack, __u32 acked) in BPF_PROG() function
H A Dtest_sk_storage_tracing.c33 int BPF_PROG(trace_inet_sock_set_state, struct sock *sk, int oldstate, in BPF_PROG() function
71 int BPF_PROG(trace_inet_csk_listen_start, struct sock *sk, int backlog) in BPF_PROG() function
79 int BPF_PROG(trace_tcp_connect, struct sock *sk) in BPF_PROG() function
87 int BPF_PROG(inet_csk_accept, struct sock *sk, int flags, int *err, bool kern, in BPF_PROG() function
H A Dmodify_return.c18 int BPF_PROG(fentry_test, int a, __u64 b) in BPF_PROG() function
27 int BPF_PROG(fmod_ret_test, int a, int *b, int ret) in BPF_PROG() function
37 int BPF_PROG(fexit_test, int a, __u64 b, int ret) in BPF_PROG() function
H A Dlocal_storage.c48 int BPF_PROG(unlink_hook, struct inode *dir, struct dentry *victim) in BPF_PROG() function
72 int BPF_PROG(inode_rename, struct inode *old_dir, struct dentry *old_dentry, in BPF_PROG() function
105 int BPF_PROG(socket_bind, struct socket *sock, struct sockaddr *address, in BPF_PROG() function
133 int BPF_PROG(socket_post_create, struct socket *sock, int family, int type, in BPF_PROG() function
158 void BPF_PROG(exec, struct linux_binprm *bprm) in BPF_PROG() function
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/bpf/progs/
H A Dfentry_test.c11 int BPF_PROG(test1, int a) in BPF_PROG() function
19 int BPF_PROG(test2, int a, __u64 b) in BPF_PROG() function
27 int BPF_PROG(test3, char a, int b, __u64 c) in BPF_PROG() function
35 int BPF_PROG(test4, void *a, char b, int c, __u64 d) in BPF_PROG() function
43 int BPF_PROG(test5, __u64 a, void *b, short c, int d, __u64 e) in BPF_PROG() function
52 int BPF_PROG(test6, __u64 a, void *b, short c, int d, void * e, __u64 f) in BPF_PROG() function
65 int BPF_PROG(test7, struct bpf_fentry_test_t *arg) in BPF_PROG() function
74 int BPF_PROG(test8, struct bpf_fentry_test_t *arg) in BPF_PROG() function
H A Dfexit_test.c11 int BPF_PROG(test1, int a, int ret) in BPF_PROG() function
19 int BPF_PROG(test2, int a, __u64 b, int ret) in BPF_PROG() function
27 int BPF_PROG(test3, char a, int b, __u64 c, int ret) in BPF_PROG() function
35 int BPF_PROG(test4, void *a, char b, int c, __u64 d, int ret) in BPF_PROG() function
44 int BPF_PROG(test5, __u64 a, void *b, short c, int d, __u64 e, int ret) in BPF_PROG() function
53 int BPF_PROG(test6, __u64 a, void *b, short c, int d, void *e, __u64 f, int ret) in BPF_PROG() function
66 int BPF_PROG(test7, struct bpf_fentry_test_t *arg) in BPF_PROG() function
75 int BPF_PROG(test8, struct bpf_fentry_test_t *arg) in BPF_PROG() function
H A Dtest_module_attach.c13 int BPF_PROG(handle_raw_tp, in BPF_PROG() function
23 int BPF_PROG(handle_raw_tp_bare, in BPF_PROG() function
33 int BPF_PROG(handle_tp_btf, in BPF_PROG() function
43 int BPF_PROG(handle_fentry, in BPF_PROG() function
54 int BPF_PROG(handle_fentry_manual, in BPF_PROG() function
66 int BPF_PROG(handle_fexit, in BPF_PROG() function
79 int BPF_PROG(handle_fmod_ret, in BPF_PROG() function
H A Datomics.c22 int BPF_PROG(add, int a) in BPF_PROG() function
46 int BPF_PROG(sub, int a) in BPF_PROG() function
68 int BPF_PROG(and, int a) in BPF_PROG() function
87 int BPF_PROG(or, int a) in BPF_PROG() function
105 int BPF_PROG(xor, int a) in BPF_PROG() function
124 int BPF_PROG(cmpxchg, int a) in BPF_PROG() function
143 int BPF_PROG(xchg, int a) in BPF_PROG() function
H A Dbpf_dctcp.c54 void BPF_PROG(dctcp_init, struct sock *sk) in BPF_PROG() function
74 __u32 BPF_PROG(dctcp_ssthresh, struct sock *sk) in BPF_PROG() function
84 void BPF_PROG(dctcp_update_alpha, struct sock *sk, __u32 flags) in BPF_PROG() function
123 void BPF_PROG(dctcp_state, struct sock *sk, __u8 new_state) in BPF_PROG() function
171 void BPF_PROG(dctcp_cwnd_event, struct sock *sk, enum tcp_ca_event ev) in BPF_PROG() function
190 __u32 BPF_PROG(dctcp_cwnd_undo, struct sock *sk) in BPF_PROG() function
200 void BPF_PROG(dctcp_cong_avoid, struct sock *sk, __u32 ack, __u32 acked) in BPF_PROG() function
H A Dtest_sk_storage_tracing.c33 int BPF_PROG(trace_inet_sock_set_state, struct sock *sk, int oldstate, in BPF_PROG() function
71 int BPF_PROG(trace_inet_csk_listen_start, struct sock *sk, int backlog) in BPF_PROG() function
79 int BPF_PROG(trace_tcp_connect, struct sock *sk) in BPF_PROG() function
87 int BPF_PROG(inet_csk_accept, struct sock *sk, int flags, int *err, bool kern, in BPF_PROG() function
H A Dmodify_return.c18 int BPF_PROG(fentry_test, int a, __u64 b) in BPF_PROG() function
27 int BPF_PROG(fmod_ret_test, int a, int *b, int ret) in BPF_PROG() function
37 int BPF_PROG(fexit_test, int a, __u64 b, int ret) in BPF_PROG() function
H A Dlocal_storage.c48 int BPF_PROG(unlink_hook, struct inode *dir, struct dentry *victim) in BPF_PROG() function
72 int BPF_PROG(inode_rename, struct inode *old_dir, struct dentry *old_dentry, in BPF_PROG() function
105 int BPF_PROG(socket_bind, struct socket *sock, struct sockaddr *address, in BPF_PROG() function
133 int BPF_PROG(socket_post_create, struct socket *sock, int family, int type, in BPF_PROG() function
158 void BPF_PROG(exec, struct linux_binprm *bprm) in BPF_PROG() function

123456