Home
last modified time | relevance | path

Searched defs:BPF_PROG (Results 1 - 25 of 143) sorted by relevance

123456

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
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 Dfmod_ret_freplace.c8 int BPF_PROG(fmod_ret_test, long val, int ret) 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 Dtest_trampoline_count.c11 int BPF_PROG(prog1, struct task_struct *tsk, const char *buf, bool exec) in BPF_PROG() function
17 int BPF_PROG(prog2, struct task_struct *tsk, const char *buf, bool exec) in BPF_PROG() function
H A Dtest_raw_tp_test_run.c12 int BPF_PROG(rename, struct task_struct *task, char *comm) in BPF_PROG() function
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Datomic_bounds.c14 int BPF_PROG(sub, int x) in BPF_PROG() function
H A Dsock_destroy_prog_fail.c15 int BPF_PROG(trace_tcp_destroy_sock, struct sock *sk) in BPF_PROG() function
H A Dtest_fill_link_info.c19 int BPF_PROG(kprobe_run) in BPF_PROG() function
25 int BPF_PROG(uprobe_run) in BPF_PROG() function
31 int BPF_PROG(tp_run) in BPF_PROG() function
37 int BPF_PROG(kmulti_run) 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 Dtest_trampoline_count.c7 int BPF_PROG(fentry_test, int a, int *b) in BPF_PROG() function
13 int BPF_PROG(fmod_ret_test, int a, int *b, int ret) in BPF_PROG() function
19 int BPF_PROG(fexit_test, int a, int *b, int ret) in BPF_PROG() function
H A Dbprm_opts.c22 int BPF_PROG(secure_exec, struct linux_binprm *bprm) 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 Dfmod_ret_freplace.c8 int BPF_PROG(fmod_ret_test, long val, int ret) in BPF_PROG() function
H A Dmptcpify.c11 int BPF_PROG(mptcpify, int family, int type, int protocol) in BPF_PROG() function
H A Dread_bpf_task_storage_busy.c23 int BPF_PROG(read_bpf_task_storage_busy) in BPF_PROG() function
H A Dtest_sk_storage_trace_itself.c16 int BPF_PROG(trace_bpf_sk_storage_free, struct sock *sk) in BPF_PROG() function
H A Dcgrp_ls_negative.c18 int BPF_PROG(on_enter, struct pt_regs *regs, long id) in BPF_PROG() function
H A Dlsm_cgroup_nonvoid.c10 int BPF_PROG(nonvoid_socket_clone, struct sock *newsk, const struct request_sock *req) 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_libbpf_get_fd_by_id_opts.c27 int BPF_PROG(check_access, struct bpf_map *map, fmode_t fmode) 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 Dtrace_dummy_st_ops.c9 int BPF_PROG(fentry_test_1, __u64 *st_ops_ctx) in BPF_PROG() function
H A Dbtf_type_tag.c22 int BPF_PROG(sub, int x) in BPF_PROG() function
/kernel/linux/linux-6.6/drivers/hid/bpf/entrypoints/
H A Dentrypoints.bpf.c18 int BPF_PROG(hid_tail_call, struct hid_bpf_ctx *hctx) in BPF_PROG() function
/kernel/linux/linux-6.6/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

Completed in 4 milliseconds

123456