Searched refs:BPF_PROG (Results 101 - 125 of 166) sorted by relevance

1234567

/linux-master/tools/testing/selftests/bpf/progs/
H A Dlinked_maps2.c39 int BPF_PROG(handler_enter2) function
54 int BPF_PROG(handler_exit2) function
H A Dlinked_maps1.c45 int BPF_PROG(handler_enter1) function
60 int BPF_PROG(handler_exit1) function
H A Dtest_xdp_bpf2bpf.c45 int BPF_PROG(trace_on_entry, struct xdp_buff *xdp) function
62 int BPF_PROG(trace_on_exit, struct xdp_buff *xdp, int ret) function
H A Dtest_task_under_cgroup.c21 int BPF_PROG(tp_btf_run, struct task_struct *task, u64 clone_flags) function
52 int BPF_PROG(lsm_run, int cmd, union bpf_attr *attr, unsigned int size) function
H A Dtask_ls_recursion.c31 int BPF_PROG(on_update) function
43 * the BPF_PROG(on_enter) below. It is because
57 * this BPF_PROG(on_update) has failed to acquire
71 int BPF_PROG(on_enter, struct pt_regs *regs, long id) function
H A Dpercpu_alloc_array.c26 int BPF_PROG(test_array_map_1) function
49 int BPF_PROG(test_array_map_2) function
78 int BPF_PROG(test_array_map_3) function
110 int BPF_PROG(test_array_map_4) function
130 int BPF_PROG(test_array_map_10) function
H A Dlocal_storage.c62 int BPF_PROG(unlink_hook, struct inode *dir, struct dentry *victim) function
108 int BPF_PROG(inode_rename, struct inode *old_dir, struct dentry *old_dentry, function
138 int BPF_PROG(socket_bind, struct socket *sock, struct sockaddr *address, function
184 int BPF_PROG(socket_post_create, struct socket *sock, int family, int type, function
208 void BPF_PROG(exec, struct linux_binprm *bprm) function
H A Dbpf_cc_cubic.c114 void BPF_PROG(bpf_cubic_init, struct sock *sk) function
120 void BPF_PROG(bpf_cubic_cwnd_event, struct sock *sk, enum tcp_ca_event event) function
126 void BPF_PROG(bpf_cubic_cong_control, struct sock *sk, __u32 ack, int flag, function
154 __u32 BPF_PROG(bpf_cubic_recalc_ssthresh, struct sock *sk) function
160 void BPF_PROG(bpf_cubic_state, struct sock *sk, __u8 new_state) function
166 void BPF_PROG(bpf_cubic_acked, struct sock *sk, const struct ack_sample *sample) function
172 __u32 BPF_PROG(bpf_cubic_undo_cwnd, struct sock *sk) function
H A Dbpf_dctcp.c68 void BPF_PROG(dctcp_init, struct sock *sk) function
115 __u32 BPF_PROG(dctcp_ssthresh, struct sock *sk) function
125 void BPF_PROG(dctcp_update_alpha, struct sock *sk, __u32 flags) function
164 void BPF_PROG(dctcp_state, struct sock *sk, __u8 new_state) function
211 void BPF_PROG(dctcp_cwnd_event, struct sock *sk, enum tcp_ca_event ev) function
230 __u32 BPF_PROG(dctcp_cwnd_undo, struct sock *sk) function
240 void BPF_PROG(dctcp_cong_avoid, struct sock *sk, __u32 ack, __u32 acked) function
H A Dkfree_skb.c61 int BPF_PROG(trace_kfree_skb, struct sk_buff *skb, void *location) function
118 int BPF_PROG(fentry_eth_type_trans, struct sk_buff *skb, struct net_device *dev, function
136 int BPF_PROG(fexit_eth_type_trans, struct sk_buff *skb, struct net_device *dev, function
H A Dfexit_bpf2bpf.c18 int BPF_PROG(test_main, struct sk_buff *skb, int ret) function
33 int BPF_PROG(test_subprog1, struct sk_buff *skb, int ret) function
90 int BPF_PROG(test_subprog3, int val, struct sk_buff *skb, int ret) function
H A Dcore_kern.c43 int BPF_PROG(tp_xdp_devmap_xmit_multi, const struct net_device function
51 int BPF_PROG(fentry_eth_type_trans, struct sk_buff *skb, function
58 int BPF_PROG(fexit_eth_type_trans, struct sk_buff *skb, function
H A Dtest_btf_decl_tag.c47 int BPF_PROG(sub, int x) function
H A Dtest_lookup_key.c26 int BPF_PROG(bpf, int cmd, union bpf_attr *attr, unsigned int size) function
H A Dtask_storage_nodeadlock.c25 int BPF_PROG(socket_post_create, struct socket *sock, int family, int type, function
H A Dtest_fsverity.c24 int BPF_PROG(test_file_open, struct file *f) function
H A Dlsm.c89 int BPF_PROG(test_int_hook, struct vm_area_struct *vma, function
110 int BPF_PROG(test_void_hook, struct linux_binprm *bprm) function
158 int BPF_PROG(test_task_free, struct task_struct *task) function
166 int BPF_PROG(test_sys_setdomainname, struct pt_regs *regs) function
H A Dlinked_funcs2.c43 output_ctx2 = ctx[1]; /* long id, same as in BPF_PROG below */
67 int BPF_PROG(handler2, struct pt_regs *regs, long id) function
79 set_output_ctx1(ctx); /* ctx definition is hidden in BPF_PROG macro */
H A Dlinked_funcs1.c43 output_ctx1 = ctx[1]; /* long id, same as in BPF_PROG below */
67 int BPF_PROG(handler1, struct pt_regs *regs, long id) function
79 set_output_ctx2(ctx); /* ctx definition is hidden in BPF_PROG macro */
H A Dkprobe_multi_session_cookie.c21 int BPF_PROG(trigger) function
/linux-master/drivers/hid/bpf/progs/
H A DIOGEAR__Kaliber-MMOmentum.bpf.c25 int BPF_PROG(hid_fix_rdesc, struct hid_bpf_ctx *hctx) function
/linux-master/tools/perf/util/bpf_skel/
H A Dbpf_prog_profiler.bpf.c33 int BPF_PROG(fentry_XXX) function
77 int BPF_PROG(fexit_XXX) function
H A Dfunc_latency.bpf.c45 int BPF_PROG(func_begin) function
80 int BPF_PROG(func_end) function
/linux-master/samples/hid/
H A Dhid_surface_dial.bpf.c14 int BPF_PROG(hid_event, struct hid_bpf_ctx *hctx) function
105 int BPF_PROG(hid_rdesc_fixup, struct hid_bpf_ctx *hctx) function
/linux-master/samples/bpf/
H A Dlwt_len_hist.sh7 BPF_PROG=lwt_len_hist.bpf.o
33 ip route add 192.168.253.2/32 encap bpf out obj $BPF_PROG section len_hist dev $VETH0

Completed in 313 milliseconds

1234567