/linux/net/core/ |
H A D | filter.c | 181 BPF_CALL_1(bpf_skb_get_pay_offset, struct sk_buff *, skb) in BPF_CALL_1() function 1890 BPF_CALL_1(bpf_sk_fullsock, struct sock *, sk) in BPF_CALL_1() function 3106 BPF_CALL_1(bpf_skb_cgroup_classid, const struct sk_buff *, skb) in BPF_CALL_1() function 3124 BPF_CALL_1(bpf_get_cgroup_classid, const struct sk_buff *, skb) in BPF_CALL_1() function 3136 BPF_CALL_1(bpf_get_route_realm, const struct sk_buff *, skb) in BPF_CALL_1() function 3148 BPF_CALL_1(bpf_get_hash_recalc, struct sk_buff *, skb) in BPF_CALL_1() function 3165 BPF_CALL_1(bpf_set_hash_invalid, struct sk_buff *, skb) in BPF_CALL_1() function 3226 BPF_CALL_1(bpf_skb_vlan_pop, struct sk_buff *, skb) in BPF_CALL_1() function 3935 BPF_CALL_1(bpf_xdp_get_buff_len, struct xdp_buff*, xdp) in BPF_CALL_1() function 4988 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 | 779 BPF_CALL_1(bpf_task_pt_regs, struct task_struct *, task) in BPF_CALL_1() function 879 BPF_CALL_1(bpf_send_signal, u32, sig) in BPF_CALL_1() function 891 BPF_CALL_1(bpf_send_signal_thread, u32, sig) in BPF_CALL_1() function 1033 BPF_CALL_1(bpf_get_func_ip_tracing, void *, ctx) in BPF_CALL_1() function 1055 BPF_CALL_1(bpf_get_func_ip_kprobe, struct pt_regs *, regs) in BPF_CALL_1() function 1081 BPF_CALL_1(bpf_get_func_ip_kprobe_multi, struct pt_regs *, regs) in BPF_CALL_1() function 1093 BPF_CALL_1(bpf_get_attach_cookie_kprobe_multi, struct pt_regs *, regs) in BPF_CALL_1() function 1105 BPF_CALL_1(bpf_get_func_ip_uprobe_multi, struct pt_regs *, regs) in BPF_CALL_1() function 1117 BPF_CALL_1(bpf_get_attach_cookie_uprobe_multi, struct pt_regs *, regs) in BPF_CALL_1() function 1129 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 | cgroup.c | 1802 BPF_CALL_1(bpf_set_retval, int, retval) in BPF_CALL_1() function 2493 BPF_CALL_1(bpf_get_netns_cookie_sockopt, struct bpf_sockopt_kern *, ctx) in BPF_CALL_1() function
|
H A D | helpers.c | 425 BPF_CALL_1(bpf_get_current_ancestor_cgroup_id, int, ancestor_level) in BPF_CALL_1() function 732 BPF_CALL_1(bpf_this_cpu_ptr, const void *, percpu_ptr) in BPF_CALL_1() function 1466 BPF_CALL_1(bpf_timer_cancel, struct bpf_async_kern *, timer) in BPF_CALL_1() function
|
H A D | syscall.c | 6238 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 | 621 #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
|