/openbmc/linux/kernel/trace/ |
H A D | bpf_trace.c | 781 BPF_CALL_1(bpf_task_pt_regs, struct task_struct *, task) in BPF_CALL_1() function 881 BPF_CALL_1(bpf_send_signal, u32, sig) in BPF_CALL_1() function 893 BPF_CALL_1(bpf_send_signal_thread, u32, sig) in BPF_CALL_1() function 1035 BPF_CALL_1(bpf_get_func_ip_tracing, void *, ctx) in BPF_CALL_1() function 1064 BPF_CALL_1(bpf_get_func_ip_kprobe, struct pt_regs *, regs) in BPF_CALL_1() function 1090 BPF_CALL_1(bpf_get_func_ip_kprobe_multi, struct pt_regs *, regs) in BPF_CALL_1() function 1102 BPF_CALL_1(bpf_get_attach_cookie_kprobe_multi, struct pt_regs *, regs) in BPF_CALL_1() function 1114 BPF_CALL_1(bpf_get_func_ip_uprobe_multi, struct pt_regs *, regs) in BPF_CALL_1() function 1126 BPF_CALL_1(bpf_get_attach_cookie_uprobe_multi, struct pt_regs *, regs) in BPF_CALL_1() function 1138 BPF_CALL_1(bpf_get_attach_cookie_trace, void *, ctx) in BPF_CALL_1() function [all …]
|
/openbmc/linux/net/core/ |
H A D | filter.c | 165 BPF_CALL_1(bpf_skb_get_pay_offset, struct sk_buff *, skb) in BPF_CALL_1() function 1873 BPF_CALL_1(bpf_sk_fullsock, struct sock *, sk) in BPF_CALL_1() function 3085 BPF_CALL_1(bpf_skb_cgroup_classid, const struct sk_buff *, skb) in BPF_CALL_1() function 3103 BPF_CALL_1(bpf_get_cgroup_classid, const struct sk_buff *, skb) in BPF_CALL_1() function 3115 BPF_CALL_1(bpf_get_route_realm, const struct sk_buff *, skb) in BPF_CALL_1() function 3127 BPF_CALL_1(bpf_get_hash_recalc, struct sk_buff *, skb) in BPF_CALL_1() function 3144 BPF_CALL_1(bpf_set_hash_invalid, struct sk_buff *, skb) in BPF_CALL_1() function 3204 BPF_CALL_1(bpf_skb_vlan_pop, struct sk_buff *, skb) in BPF_CALL_1() function 3906 BPF_CALL_1(bpf_xdp_get_buff_len, struct xdp_buff*, xdp) in BPF_CALL_1() function 4944 BPF_CALL_1(bpf_skb_cgroup_id, const struct sk_buff *, skb) in BPF_CALL_1() function [all …]
|
/openbmc/linux/drivers/media/rc/ |
H A D | bpf-lirc.c | 20 BPF_CALL_1(bpf_rc_repeat, u32*, sample) in BPF_CALL_1() function
|
/openbmc/linux/kernel/bpf/ |
H A D | bpf_lsm.c | 181 BPF_CALL_1(bpf_get_attach_cookie, void *, ctx) in BPF_CALL_1() function
|
H A D | helpers.c | 420 BPF_CALL_1(bpf_get_current_ancestor_cgroup_id, int, ancestor_level) in BPF_CALL_1() function 731 BPF_CALL_1(bpf_this_cpu_ptr, const void *, percpu_ptr) in BPF_CALL_1() function 1371 BPF_CALL_1(bpf_timer_cancel, struct bpf_async_kern *, timer) in BPF_CALL_1() function
|
H A D | cgroup.c | 1616 BPF_CALL_1(bpf_set_retval, int, retval) in BPF_CALL_1() function 2315 BPF_CALL_1(bpf_get_netns_cookie_sockopt, struct bpf_sockopt_kern *, ctx) in BPF_CALL_1() function
|
H A D | syscall.c | 5669 BPF_CALL_1(bpf_sys_close, u32, fd) in BPF_CALL_1() function
|
/openbmc/linux/include/linux/ |
H A D | filter.h | 522 #define BPF_CALL_1(name, ...) BPF_CALL_x(1, __NOATTR, name, __VA_ARGS__) macro
|
/openbmc/linux/lib/ |
H A D | test_bpf.c | 14879 BPF_CALL_1(bpf_test_func, u64, arg) in BPF_CALL_1() function
|