/linux/net/core/ |
H A D | filter.c | 172 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 3087 BPF_CALL_1(bpf_skb_cgroup_classid, const struct sk_buff *, skb) in BPF_CALL_1() function 3105 BPF_CALL_1(bpf_get_cgroup_classid, const struct sk_buff *, skb) in BPF_CALL_1() function 3117 BPF_CALL_1(bpf_get_route_realm, const struct sk_buff *, skb) in BPF_CALL_1() function 3129 BPF_CALL_1(bpf_get_hash_recalc, struct sk_buff *, skb) in BPF_CALL_1() function 3146 BPF_CALL_1(bpf_set_hash_invalid, struct sk_buff *, skb) in BPF_CALL_1() function 3207 BPF_CALL_1(bpf_skb_vlan_pop, struct sk_buff *, skb) in BPF_CALL_1() function 3909 BPF_CALL_1(bpf_xdp_get_buff_len, struct xdp_buff*, xdp) in BPF_CALL_1() function 4962 BPF_CALL_1(bpf_skb_cgroup_id, const struct sk_buff *, skb) in BPF_CALL_1() function [all …]
|
/linux/kernel/trace/ |
H A D | bpf_trace.c | 773 BPF_CALL_1(bpf_task_pt_regs, struct task_struct *, task) in BPF_CALL_1() function 874 BPF_CALL_1(bpf_send_signal, u32, sig) in BPF_CALL_1() function 886 BPF_CALL_1(bpf_send_signal_thread, u32, sig) in BPF_CALL_1() function 1028 BPF_CALL_1(bpf_get_func_ip_tracing, void *, ctx) in BPF_CALL_1() function 1063 BPF_CALL_1(bpf_get_func_ip_kprobe, struct pt_regs *, regs) in BPF_CALL_1() function 1089 BPF_CALL_1(bpf_get_func_ip_kprobe_multi, struct pt_regs *, regs) in BPF_CALL_1() function 1101 BPF_CALL_1(bpf_get_attach_cookie_kprobe_multi, struct pt_regs *, regs) in BPF_CALL_1() function 1113 BPF_CALL_1(bpf_get_func_ip_uprobe_multi, struct pt_regs *, regs) in BPF_CALL_1() function 1125 BPF_CALL_1(bpf_get_attach_cookie_uprobe_multi, struct pt_regs *, regs) in BPF_CALL_1() function 1137 BPF_CALL_1(bpf_get_attach_cookie_trace, void *, ctx) in BPF_CALL_1() function [all …]
|
/linux/kernel/bpf/ |
H A D | bpf_lsm.c | 207 BPF_CALL_1(bpf_get_attach_cookie, void *, ctx) in BPF_CALL_1() function
|
H A D | helpers.c | 422 BPF_CALL_1(bpf_get_current_ancestor_cgroup_id, int, ancestor_level) in BPF_CALL_1() function 729 BPF_CALL_1(bpf_this_cpu_ptr, const void *, percpu_ptr) in BPF_CALL_1() function 1463 BPF_CALL_1(bpf_timer_cancel, struct bpf_async_kern *, timer) in BPF_CALL_1() function
|
H A D | syscall.c | 6001 BPF_CALL_1(bpf_sys_close, u32, fd) in BPF_CALL_1() function
|
/linux/drivers/media/rc/ |
H A D | bpf-lirc.c | 20 BPF_CALL_1(bpf_rc_repeat, u32*, sample) in BPF_CALL_1() function
|
/linux/include/linux/ |
H A D | filter.h | 609 #define BPF_CALL_1(name, ...) BPF_CALL_x(1, __NOATTR, name, __VA_ARGS__) macro
|
/linux/lib/ |
H A D | test_bpf.c | 15284 BPF_CALL_1(bpf_test_func, u64, arg) in BPF_CALL_1() function
|