Searched refs:BPF_PROG (Results 126 - 150 of 166) sorted by relevance

1234567

/linux-master/tools/testing/selftests/bpf/progs/
H A Diters_css_task.c22 int BPF_PROG(iter_css_task_for_each, struct vm_area_struct *vma, function
86 int BPF_PROG(iter_css_task_for_each_sleep) function
H A Dcgrp_ls_recursion.c44 int BPF_PROG(on_update) function
77 int BPF_PROG(on_enter, struct pt_regs *regs, long id) function
H A Dverifier_global_subprogs.c309 int BPF_PROG(arg_tag_ctx_fentry) function
317 int BPF_PROG(arg_tag_ctx_fexit) function
325 int BPF_PROG(arg_tag_ctx_fmod_ret) function
332 int BPF_PROG(arg_tag_ctx_lsm) function
339 int BPF_PROG(arg_tag_ctx_struct_ops) function
H A Dcgroup_hierarchical_stats.c65 int BPF_PROG(counter, struct cgroup *dst_cgrp, struct task_struct *leader, function
83 int BPF_PROG(flusher, struct cgroup *cgrp, struct cgroup *parent, int cpu) function
133 int BPF_PROG(dumper, struct bpf_iter_meta *meta, struct cgroup *cgrp) function
H A Dcgrp_ls_tp_btf.c67 int BPF_PROG(on_enter, struct pt_regs *regs, long id) function
105 int BPF_PROG(on_exit, struct pt_regs *regs, long id) function
H A Dtest_core_reloc_module.c39 int BPF_PROG(test_core_module_probed, function
73 int BPF_PROG(test_core_module_direct, function
H A Dsocket_cookie_prog.c79 int BPF_PROG(update_cookie_tracing, struct socket *sock, function
H A Dtest_sig_in_xattr.c45 int BPF_PROG(test_file_open, struct file *f) function
H A Dtest_verify_pkcs7_sig.c39 int BPF_PROG(bpf, int cmd, union bpf_attr *attr, unsigned int size) function
H A Dstruct_ops_multi_pages.c12 int BPF_PROG(tramp_ ## x, int a) \
H A Dtimer_mim_reject.c47 int BPF_PROG(test1, int a) function
H A Dkprobe_multi_session.c70 int BPF_PROG(trigger) function
H A Dbpf_cubic.c181 void BPF_PROG(bpf_cubic_init, struct sock *sk) function
195 void BPF_PROG(bpf_cubic_cwnd_event, struct sock *sk, enum tcp_ca_event event) function
386 void BPF_PROG(bpf_cubic_cong_avoid, struct sock *sk, __u32 ack, __u32 acked) function
406 __u32 BPF_PROG(bpf_cubic_recalc_ssthresh, struct sock *sk) function
424 void BPF_PROG(bpf_cubic_state, struct sock *sk, __u8 new_state) function
503 void BPF_PROG(bpf_cubic_acked, struct sock *sk, const struct ack_sample *sample) function
535 __u32 BPF_PROG(bpf_cubic_undo_cwnd, struct sock *sk) function
H A Dverifier_global_ptr_args.c157 int BPF_PROG(trusted_destroy_fail, struct task_struct *task, u64 clone_flags) function
177 int BPF_PROG(trusted_acq_rel, struct task_struct *task, u64 clone_flags) function
H A Dcgrp_ls_attach_cgroup.c83 int BPF_PROG(update_cookie_tracing, struct socket *sock, function
H A Dtype_cast.c60 int BPF_PROG(untrusted_ptr, struct pt_regs *regs, long id) function
/linux-master/drivers/hid/bpf/progs/
H A DXPPen__ArtistPro16Gen2.bpf.c86 int BPF_PROG(hid_fix_rdesc_xppen_artistpro16gen2, struct hid_bpf_ctx *hctx) function
109 int BPF_PROG(xppen_16_fix_eraser, struct hid_bpf_ctx *hctx) function
211 int BPF_PROG(xppen_16_fix_angle_offset, struct hid_bpf_ctx *hctx) function
H A DXPPen__Artist24.bpf.c95 int BPF_PROG(hid_fix_rdesc_xppen_artist24, struct hid_bpf_ctx *hctx) function
156 int BPF_PROG(xppen_24_fix_eraser, struct hid_bpf_ctx *hctx) function
/linux-master/samples/bpf/
H A Dtest_cgrp2_sock2.sh8 BPF_PROG=$MY_DIR/sock_flags.bpf.o
42 $TEST /tmp/cgroupv2/foo $BPF_PROG $1
H A Dtest_lwt_bpf.sh23 BPF_PROG="test_lwt_bpf.o"
42 rm $BPF_PROG 2> /dev/null
82 OPTS="encap bpf headroom 14 $1 obj $BPF_PROG section $2 $VERBOSE"
381 clang $CLANG_OPTS -c $PROG_SRC -o $BPF_PROG
H A Dtest_cgrp2_tc.sh7 BPF_PROG="$MY_DIR/test_cgrp2_tc.bpf.o"
85 $TC filter add dev $HOST_IFC egress bpf da obj $BPF_PROG sec $BPF_SECTION || return $?
/linux-master/tools/bpf/bpftool/skeleton/
H A Dprofiler.bpf.c46 int BPF_PROG(fentry_XXX) function
100 int BPF_PROG(fexit_XXX) function
/linux-master/tools/perf/util/bpf_skel/
H A Dbperf_follower.bpf.c32 int BPF_PROG(fexit_XXX) function
H A Dbperf_leader.bpf.c29 int BPF_PROG(on_switch) function
H A Dbperf_cgroup.bpf.c216 int BPF_PROG(on_cgrp_switch) function
222 int BPF_PROG(trigger_read) function

Completed in 360 milliseconds

1234567