Home
last modified time | relevance | path

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

/linux-6.14.4/net/core/
Dfilter.c172 BPF_CALL_1(bpf_skb_get_pay_offset, struct sk_buff *, skb) in BPF_CALL_1() function
1881 BPF_CALL_1(bpf_sk_fullsock, struct sock *, sk) in BPF_CALL_1() function
3095 BPF_CALL_1(bpf_skb_cgroup_classid, const struct sk_buff *, skb) in BPF_CALL_1() function
3113 BPF_CALL_1(bpf_get_cgroup_classid, const struct sk_buff *, skb) in BPF_CALL_1() function
3125 BPF_CALL_1(bpf_get_route_realm, const struct sk_buff *, skb) in BPF_CALL_1() function
3137 BPF_CALL_1(bpf_get_hash_recalc, struct sk_buff *, skb) in BPF_CALL_1() function
3154 BPF_CALL_1(bpf_set_hash_invalid, struct sk_buff *, skb) in BPF_CALL_1() function
3215 BPF_CALL_1(bpf_skb_vlan_pop, struct sk_buff *, skb) in BPF_CALL_1() function
3917 BPF_CALL_1(bpf_xdp_get_buff_len, struct xdp_buff*, xdp) in BPF_CALL_1() function
4970 BPF_CALL_1(bpf_skb_cgroup_id, const struct sk_buff *, skb) in BPF_CALL_1() function
[all …]
/linux-6.14.4/kernel/trace/
Dbpf_trace.c773 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-6.14.4/kernel/bpf/
Dbpf_lsm.c207 BPF_CALL_1(bpf_get_attach_cookie, void *, ctx) 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
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
Dsyscall.c6001 BPF_CALL_1(bpf_sys_close, u32, fd) in BPF_CALL_1() function
/linux-6.14.4/drivers/media/rc/
Dbpf-lirc.c20 BPF_CALL_1(bpf_rc_repeat, u32*, sample) in BPF_CALL_1() function
/linux-6.14.4/include/linux/
Dfilter.h609 #define BPF_CALL_1(name, ...) BPF_CALL_x(1, __NOATTR, name, __VA_ARGS__) macro
/linux-6.14.4/lib/
Dtest_bpf.c15284 BPF_CALL_1(bpf_test_func, u64, arg) in BPF_CALL_1() function