Home
last modified time | relevance | path

Searched refs:BPF_PROG (Results 101 – 125 of 128) sorted by relevance

123456

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_btf_decl_tag.c47 int BPF_PROG(sub, int x) in BPF_PROG() function
H A Dxdp_features.c226 int BPF_PROG(xdp_exception, const struct net_device *dev, in BPF_PROG() function
239 int BPF_PROG(tp_xdp_cpumap_kthread, int map_id, unsigned int processed, in BPF_PROG() function
H A Dsocket_cookie_prog.c79 int BPF_PROG(update_cookie_tracing, struct socket *sock, in BPF_PROG() function
H A Dtimer_mim_reject.c47 int BPF_PROG(test1, int a) in BPF_PROG() function
H A Dtimer_mim.c65 int BPF_PROG(test1, int a) in BPF_PROG() function
H A Dmptcp_sock.c81 int BPF_PROG(trace_mptcp_pm_new_connection, struct mptcp_sock *msk, in BPF_PROG() function
H A Dtype_cast.c63 int BPF_PROG(untrusted_ptr, struct pt_regs *regs, long id) in BPF_PROG() function
H A Dcgrp_ls_attach_cgroup.c83 int BPF_PROG(update_cookie_tracing, struct socket *sock, in BPF_PROG() function
H A Dmap_kptr.c213 int BPF_PROG(test_cgrp_map_kptr, struct cgroup *cgrp, const char *path) in BPF_PROG() function
224 int BPF_PROG(test_task_map_kptr, struct inode *inode, struct dentry *victim) in BPF_PROG() function
239 int BPF_PROG(test_inode_map_kptr, struct inode *inode, struct dentry *victim) in BPF_PROG() function
H A Dtest_verify_pkcs7_sig.c45 int BPF_PROG(bpf, int cmd, union bpf_attr *attr, unsigned int size) in BPF_PROG() function
H A Drefcounted_kptr_fail.c79 int BPF_PROG(rbtree_fail_sleepable_lock_across_rcu, in BPF_PROG() function
H A Dkprobe_multi.c81 int BPF_PROG(trigger) in BPF_PROG() function
H A Dbpf_cubic.c174 void BPF_PROG(bpf_cubic_init, struct sock *sk) in BPF_PROG() function
189 void BPF_PROG(bpf_cubic_cwnd_event, struct sock *sk, enum tcp_ca_event event) in BPF_PROG() function
H A Drefcounted_kptr.c505 int BPF_PROG(rbtree_sleepable_rcu, in BPF_PROG() function
539 int BPF_PROG(rbtree_sleepable_rcu_no_explicit_rcu_lock, in BPF_PROG() function
H A Drcu_read_lock.c245 int BPF_PROG(inproper_sleepable_kfunc, int cmd, union bpf_attr *attr, unsigned int size) in BPF_PROG() function
H A Dnetif_receive_skb.c95 int BPF_PROG(trace_netif_receive_skb, struct sk_buff *skb) in BPF_PROG() function
H A Dsetget_sockopt.c345 int BPF_PROG(socket_post_create, struct socket *sock, int family, in BPF_PROG() function
/openbmc/linux/tools/perf/util/bpf_skel/
H A Dbperf_leader.bpf.c29 int BPF_PROG(on_switch) in BPF_PROG() function
H A Dbperf_follower.bpf.c32 int BPF_PROG(fexit_XXX) in BPF_PROG() function
H A Dlock_contention.bpf.c433 int BPF_PROG(collect_lock_syms) in BPF_PROG() function
/openbmc/linux/Documentation/bpf/
H A Dcpumasks.rst96 int BPF_PROG(record_task_cpumask, struct task_struct *task, u64 clone_flags)
145 int BPF_PROG(cgrp_ancestor_example, struct cgroup *cgrp, const char *path)
225 int BPF_PROG(test_set_clear_cpu, struct task_struct *task, u64 clone_flags)
289 int BPF_PROG(test_and_or_xor, struct task_struct *task, u64 clone_flags)
H A Dprog_lsm.rst57 The eBPF programs can be declared using the``BPF_PROG``
68 int BPF_PROG(mprotect_audit, struct vm_area_struct *vma,
H A Dmap_cgrp_storage.rst51 int BPF_PROG(on_enter, struct pt_regs *regs, long id)
H A Dkfuncs.rst507 int BPF_PROG(task_acquire_release_example, struct task_struct *task, u64 clone_flags)
537 int BPF_PROG(task_rcu_read_example, struct task_struct *task, u64 clone_flags)
573 int BPF_PROG(task_get_pid_example, struct task_struct *task, u64 clone_flags)
635 int BPF_PROG(cgrp_ancestor_example, struct cgroup *cgrp, const char *path)
/openbmc/linux/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h13 BPF_PROG(name, args)

123456