Home
last modified time | relevance | path

Searched refs:BPF_PROG (Results 26 – 50 of 128) sorted by relevance

123456

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_subprogs_extable.c22 int BPF_PROG(handle_fexit_ret_subprogs, int arg, struct file *ret) in BPF_PROG() function
32 int BPF_PROG(handle_fexit_ret_subprogs2, int arg, struct file *ret) in BPF_PROG() function
42 int BPF_PROG(handle_fexit_ret_subprogs3, int arg, struct file *ret) in BPF_PROG() function
H A Dfentry_many_args.c11 int BPF_PROG(test1, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG() function
21 int BPF_PROG(test2, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG() function
32 int BPF_PROG(test3, __u64 a, __u64 b, __u64 c, __u64 d, __u64 e, __u64 f, in BPF_PROG() function
H A Dget_func_args_test.c11 int BPF_PROG(test1) in BPF_PROG() function
44 int BPF_PROG(test2) in BPF_PROG() function
71 int BPF_PROG(fmod_ret_test, int _a, int *_b, int _ret) in BPF_PROG() function
100 int BPF_PROG(fexit_test, int _a, int *_b, int _ret) in BPF_PROG() function
H A Dlocal_storage.c62 int BPF_PROG(unlink_hook, struct inode *dir, struct dentry *victim) in BPF_PROG() function
108 int BPF_PROG(inode_rename, struct inode *old_dir, struct dentry *old_dentry, in BPF_PROG() function
138 int BPF_PROG(socket_bind, struct socket *sock, struct sockaddr *address, in BPF_PROG() function
184 int BPF_PROG(socket_post_create, struct socket *sock, int family, int type, in BPF_PROG() function
208 void BPF_PROG(exec, struct linux_binprm *bprm) in BPF_PROG() function
H A Dcgrp_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
H A Dima.c67 void BPF_PROG(bprm_committed_creds, struct linux_binprm *bprm) in BPF_PROG() function
73 int BPF_PROG(bprm_creds_for_exec, struct linux_binprm *bprm) in BPF_PROG() function
83 int BPF_PROG(kernel_read_file, struct file *file, enum kernel_read_file_id id, in BPF_PROG() function
H A Dfexit_many_args.c11 int BPF_PROG(test1, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG() function
21 int BPF_PROG(test2, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG() function
33 int BPF_PROG(test3, __u64 a, __u64 b, __u64 c, __u64 d, __u64 e, __u64 f, in BPF_PROG() function
H A Dtest_vmlinux.c37 int BPF_PROG(handle__raw_tp, struct pt_regs *regs, long id) in BPF_PROG() function
55 int BPF_PROG(handle__tp_btf, struct pt_regs *regs, long id) in BPF_PROG() function
82 int BPF_PROG(handle__fentry, struct hrtimer *timer, ktime_t tim, u64 delta_ns, in BPF_PROG() function
H A Dtask_ls_recursion.c31 int BPF_PROG(on_lookup) in BPF_PROG() function
48 int BPF_PROG(on_update) in BPF_PROG() function
88 int BPF_PROG(on_enter, struct pt_regs *regs, long id) in BPF_PROG() function
H A Dbench_local_storage_create.c33 int BPF_PROG(kmalloc, unsigned long call_site, const void *ptr, in BPF_PROG() function
43 int BPF_PROG(sched_process_fork, struct task_struct *parent, struct task_struct *child) in BPF_PROG() function
61 int BPF_PROG(socket_post_create, struct socket *sock, int family, int type, in BPF_PROG() function
H A Dtest_kfunc_dynptr_param.c39 int BPF_PROG(not_valid_dynptr, int cmd, union bpf_attr *attr, unsigned int size) in BPF_PROG() function
49 int BPF_PROG(not_ptr_to_stack, int cmd, union bpf_attr *attr, unsigned int size) in BPF_PROG() function
58 int BPF_PROG(dynptr_data_null, int cmd, union bpf_attr *attr, unsigned int size) in BPF_PROG() function
H A Dget_func_ip_test.c28 int BPF_PROG(test1, int a) in BPF_PROG() function
38 int BPF_PROG(test2, int a) in BPF_PROG() function
68 int BPF_PROG(test5, int a, int *b, int ret) in BPF_PROG() function
H A Dtest_ptr_untrusted.c10 int BPF_PROG(lsm_run, int cmd, union bpf_attr *attr, unsigned int size) in BPF_PROG() function
24 int BPF_PROG(raw_tp_run) in BPF_PROG() function
H A Dtest_trace_ext_tracing.c10 int BPF_PROG(fentry, struct sk_buff *skb) in BPF_PROG() function
19 int BPF_PROG(fexit, struct sk_buff *skb) in BPF_PROG() function
H A Dtcp_ca_incompl_cong_ops.c16 __u32 BPF_PROG(incompl_cong_ops_ssthresh, struct sock *sk) in BPF_PROG() function
22 __u32 BPF_PROG(incompl_cong_ops_undo_cwnd, struct sock *sk) in BPF_PROG() function
H A Dtest_overhead.c31 int BPF_PROG(prog4, struct task_struct *tsk, const char *buf, bool exec) in BPF_PROG() function
37 int BPF_PROG(prog5, struct task_struct *tsk, const char *buf, bool exec) in BPF_PROG() function
H A Dnested_trust_success.c22 int BPF_PROG(test_read_cpumask, struct task_struct *task, u64 clone_flags) in BPF_PROG() function
30 int BPF_PROG(test_skb_field, struct sock *sk, struct sk_buff *skb) in BPF_PROG() function
H A Dlsm.c89 int BPF_PROG(test_int_hook, struct vm_area_struct *vma, in BPF_PROG() function
110 int BPF_PROG(test_void_hook, struct linux_binprm *bprm) in BPF_PROG() function
158 int BPF_PROG(test_task_free, struct task_struct *task) in BPF_PROG() function
166 int BPF_PROG(test_sys_setdomainname, struct pt_regs *regs) in BPF_PROG() function
H A Dtest_pe_preserve_elems.c23 int BPF_PROG(read_array_1) in BPF_PROG() function
31 int BPF_PROG(read_array_2) in BPF_PROG() function
H A Dfexit_bpf2bpf.c18 int BPF_PROG(test_main, struct sk_buff *skb, int ret) in BPF_PROG() function
33 int BPF_PROG(test_subprog1, struct sk_buff *skb, int ret) in BPF_PROG() function
90 int BPF_PROG(test_subprog3, int val, struct sk_buff *skb, int ret) in BPF_PROG() function
H A Dcore_kern.c43 int BPF_PROG(tp_xdp_devmap_xmit_multi, const struct net_device in BPF_PROG() function
51 int BPF_PROG(fentry_eth_type_trans, struct sk_buff *skb, in BPF_PROG() function
58 int BPF_PROG(fexit_eth_type_trans, struct sk_buff *skb, in BPF_PROG() function
H A Dkfree_skb.c61 int BPF_PROG(trace_kfree_skb, struct sk_buff *skb, void *location) in BPF_PROG() function
118 int BPF_PROG(fentry_eth_type_trans, struct sk_buff *skb, struct net_device *dev, in BPF_PROG() function
136 int BPF_PROG(fexit_eth_type_trans, struct sk_buff *skb, struct net_device *dev, in BPF_PROG() function
H A Dtask_local_storage.c25 int BPF_PROG(on_enter, struct pt_regs *regs, long id) in BPF_PROG() function
46 int BPF_PROG(on_exit, struct pt_regs *regs, long id) in BPF_PROG() function
H A Dsk_storage_omem_uncharge.c25 int BPF_PROG(bpf_local_storage_destroy, struct bpf_local_storage *local_storage) in BPF_PROG() function
44 int BPF_PROG(inet6_sock_destruct, struct sock *sk) in BPF_PROG() function
/openbmc/linux/samples/hid/
H A Dhid_mouse.bpf.c9 int BPF_PROG(hid_y_event, struct hid_bpf_ctx *hctx) in BPF_PROG() function
55 int BPF_PROG(hid_x_event, struct hid_bpf_ctx *hctx) in BPF_PROG() function
73 int BPF_PROG(hid_rdesc_fixup, struct hid_bpf_ctx *hctx) in BPF_PROG() function

123456