Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dbpf_task_storage.c231 BPF_CALL_5(bpf_task_storage_get_recur, struct bpf_map *, map, struct task_struct *, in BPF_CALL_5() function
250 BPF_CALL_5(bpf_task_storage_get, struct bpf_map *, map, struct task_struct *, in BPF_CALL_5() function
H A Dbpf_inode_storage.c130 BPF_CALL_5(bpf_inode_storage_get, struct bpf_map *, map, struct inode *, inode, in BPF_CALL_5() function
H A Dbpf_cgrp_storage.c160 BPF_CALL_5(bpf_cgrp_storage_get, struct bpf_map *, map, struct cgroup *, cgroup, in BPF_CALL_5() function
H A Dhelpers.c636 BPF_CALL_5(bpf_event_output_data, void *, ctx, struct bpf_map *, map, in BPF_CALL_5() function
679 BPF_CALL_5(bpf_copy_from_user_task, void *, dst, u32, size, in BPF_CALL_5() function
1045 BPF_CALL_5(bpf_snprintf, char *, str, u32, str_size, char *, fmt, in BPF_CALL_5() function
1795 BPF_CALL_5(bpf_dynptr_read, void *, dst, u32, len, const struct bpf_dynptr_kern *, src, in BPF_CALL_5() function
1851 BPF_CALL_5(bpf_dynptr_write, const struct bpf_dynptr_kern *, dst, u32, offset, void *, src, in BPF_CALL_5() function
H A Dtask_iter.c751 BPF_CALL_5(bpf_find_vma, struct task_struct *, task, u64, start, in BPF_CALL_5() function
/linux-6.15/net/core/
H A Dfilter.c2018 BPF_CALL_5(bpf_csum_diff, __be32 *, from, u32, from_size, in BPF_CALL_5() function
6363 BPF_CALL_5(bpf_skb_check_mtu, struct sk_buff *, skb, in BPF_CALL_5() function
6406 BPF_CALL_5(bpf_xdp_check_mtu, struct xdp_buff *, xdp, in BPF_CALL_5() function
6915 BPF_CALL_5(bpf_skc_lookup_tcp, struct sk_buff *, skb, in BPF_CALL_5() function
6934 BPF_CALL_5(bpf_sk_lookup_tcp, struct sk_buff *, skb, in BPF_CALL_5() function
6953 BPF_CALL_5(bpf_sk_lookup_udp, struct sk_buff *, skb, in BPF_CALL_5() function
6972 BPF_CALL_5(bpf_tc_skc_lookup_tcp, struct sk_buff *, skb, in BPF_CALL_5() function
6996 BPF_CALL_5(bpf_tc_sk_lookup_tcp, struct sk_buff *, skb, in BPF_CALL_5() function
7020 BPF_CALL_5(bpf_tc_sk_lookup_udp, struct sk_buff *, skb, in BPF_CALL_5() function
7058 BPF_CALL_5(bpf_xdp_sk_lookup_udp, struct xdp_buff *, ctx, in BPF_CALL_5() function
[all …]
H A Dbpf_sk_storage.c227 BPF_CALL_5(bpf_sk_storage_get, struct bpf_map *, map, struct sock *, sk, in BPF_CALL_5() function
382 BPF_CALL_5(bpf_sk_storage_get_tracing, struct bpf_map *, map, struct sock *, sk, in BPF_CALL_5() function
/linux-6.15/kernel/trace/
H A Dbpf_trace.c363 BPF_CALL_5(bpf_trace_printk, char *, fmt, u32, fmt_size, u64, arg1, in BPF_CALL_5() function
459 BPF_CALL_5(bpf_seq_printf, struct seq_file *, m, char *, fmt, u32, fmt_size, in BPF_CALL_5() function
658 BPF_CALL_5(bpf_perf_event_output, struct pt_regs *, regs, struct bpf_map *, map, in BPF_CALL_5() function
1008 BPF_CALL_5(bpf_snprintf_btf, char *, str, u32, str_size, struct btf_ptr *, ptr, in BPF_CALL_5() function
1652 BPF_CALL_5(bpf_perf_event_output_tp, void *, tp_buff, struct bpf_map *, map, in BPF_CALL_5() function
1874 BPF_CALL_5(bpf_perf_event_output_raw_tp, struct bpf_raw_tracepoint_args *, args, in BPF_CALL_5() function
/linux-6.15/include/linux/
H A Dfilter.h625 #define BPF_CALL_5(name, ...) BPF_CALL_x(5, __NOATTR, name, __VA_ARGS__) macro