Home
last modified time | relevance | path

Searched refs:BPF_CALL_1 (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/kernel/trace/
Dbpf_trace.c783 BPF_CALL_1(bpf_task_pt_regs, struct task_struct *, task) in BPF_CALL_1() function
860 BPF_CALL_1(bpf_send_signal, u32, sig) in BPF_CALL_1() function
872 BPF_CALL_1(bpf_send_signal_thread, u32, sig) in BPF_CALL_1() function
1014 BPF_CALL_1(bpf_get_func_ip_tracing, void *, ctx) in BPF_CALL_1() function
1049 BPF_CALL_1(bpf_get_func_ip_kprobe, struct pt_regs *, regs) in BPF_CALL_1() function
1075 BPF_CALL_1(bpf_get_func_ip_kprobe_multi, struct pt_regs *, regs) in BPF_CALL_1() function
1087 BPF_CALL_1(bpf_get_attach_cookie_kprobe_multi, struct pt_regs *, regs) in BPF_CALL_1() function
1099 BPF_CALL_1(bpf_get_func_ip_uprobe_multi, struct pt_regs *, regs) in BPF_CALL_1() function
1111 BPF_CALL_1(bpf_get_attach_cookie_uprobe_multi, struct pt_regs *, regs) in BPF_CALL_1() function
1123 BPF_CALL_1(bpf_get_attach_cookie_trace, void *, ctx) in BPF_CALL_1() function
[all …]
/linux-6.12.1/net/core/
Dfilter.c172 BPF_CALL_1(bpf_skb_get_pay_offset, struct sk_buff *, skb) in BPF_CALL_1() function
1885 BPF_CALL_1(bpf_sk_fullsock, struct sock *, sk) in BPF_CALL_1() function
3090 BPF_CALL_1(bpf_skb_cgroup_classid, const struct sk_buff *, skb) in BPF_CALL_1() function
3108 BPF_CALL_1(bpf_get_cgroup_classid, const struct sk_buff *, skb) in BPF_CALL_1() function
3120 BPF_CALL_1(bpf_get_route_realm, const struct sk_buff *, skb) in BPF_CALL_1() function
3132 BPF_CALL_1(bpf_get_hash_recalc, struct sk_buff *, skb) in BPF_CALL_1() function
3149 BPF_CALL_1(bpf_set_hash_invalid, struct sk_buff *, skb) in BPF_CALL_1() function
3210 BPF_CALL_1(bpf_skb_vlan_pop, struct sk_buff *, skb) in BPF_CALL_1() function
3903 BPF_CALL_1(bpf_xdp_get_buff_len, struct xdp_buff*, xdp) in BPF_CALL_1() function
4957 BPF_CALL_1(bpf_skb_cgroup_id, const struct sk_buff *, skb) in BPF_CALL_1() function
[all …]
/linux-6.12.1/drivers/media/rc/
Dbpf-lirc.c20 BPF_CALL_1(bpf_rc_repeat, u32*, sample) in BPF_CALL_1() function
/linux-6.12.1/kernel/bpf/
Dbpf_lsm.c207 BPF_CALL_1(bpf_get_attach_cookie, void *, ctx) in BPF_CALL_1() function
Dhelpers.c422 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
Dcgroup.c1614 BPF_CALL_1(bpf_set_retval, int, retval) in BPF_CALL_1() function
2313 BPF_CALL_1(bpf_get_netns_cookie_sockopt, struct bpf_sockopt_kern *, ctx) in BPF_CALL_1() function
Dsyscall.c5859 BPF_CALL_1(bpf_sys_close, u32, fd) in BPF_CALL_1() function
/linux-6.12.1/include/linux/
Dfilter.h609 #define BPF_CALL_1(name, ...) BPF_CALL_x(1, __NOATTR, name, __VA_ARGS__) macro
/linux-6.12.1/lib/
Dtest_bpf.c15232 BPF_CALL_1(bpf_test_func, u64, arg) in BPF_CALL_1() function