/linux/kernel/bpf/ |
H A D | ringbuf.c | 510 BPF_CALL_2(bpf_ringbuf_submit, void *, sample, u64, flags) in BPF_CALL_2() function 523 BPF_CALL_2(bpf_ringbuf_discard, void *, sample, u64, flags) in BPF_CALL_2() function 564 BPF_CALL_2(bpf_ringbuf_query, struct bpf_map *, map, u64, flags) in BPF_CALL_2() function 631 BPF_CALL_2(bpf_ringbuf_submit_dynptr, struct bpf_dynptr_kern *, ptr, u64, flags) in BPF_CALL_2() function 650 BPF_CALL_2(bpf_ringbuf_discard_dynptr, struct bpf_dynptr_kern *, ptr, u64, flags) in BPF_CALL_2() function
|
H A D | bpf_task_storage.c | 266 BPF_CALL_2(bpf_task_storage_delete_recur, struct bpf_map *, map, struct task_struct *, in BPF_CALL_2() function 287 BPF_CALL_2(bpf_task_storage_delete, struct bpf_map *, map, struct task_struct *, in BPF_CALL_2() function
|
H A D | bpf_inode_storage.c | 165 BPF_CALL_2(bpf_inode_storage_delete, in BPF_CALL_2() function
|
H A D | bpf_lsm.c | 144 BPF_CALL_2(bpf_bprm_opts_set, struct linux_binprm *, bprm, u64, flags) in BPF_CALL_2() function
|
H A D | bpf_cgrp_storage.c | 191 BPF_CALL_2(bpf_cgrp_storage_delete, struct bpf_map *, map, struct cgroup *, cgroup) in BPF_CALL_2() function
|
H A D | cgroup.c | 1620 BPF_CALL_2(bpf_get_local_storage, struct bpf_map *, map, u64, flags) in BPF_CALL_2() function
|
/linux/net/core/ |
H A D | filter.c | 253 BPF_CALL_2(bpf_skb_load_helper_8_no_cache, const struct sk_buff *, skb, in BPF_CALL_2() function 278 BPF_CALL_2(bpf_skb_load_helper_16_no_cache, const struct sk_buff *, skb, in BPF_CALL_2() function 303 BPF_CALL_2(bpf_skb_load_helper_32_no_cache, const struct sk_buff *, skb, in BPF_CALL_2() function 1859 BPF_CALL_2(bpf_skb_pull_data, struct sk_buff *, skb, u32, len) in BPF_CALL_2() function 1899 BPF_CALL_2(sk_skb_pull_data, struct sk_buff *, skb, u32, len) in BPF_CALL_2() function 2057 BPF_CALL_2(bpf_csum_update, struct sk_buff *, skb, __wsum, csum) in BPF_CALL_2() function 2077 BPF_CALL_2(bpf_csum_level, struct sk_buff *, skb, u64, level) in BPF_CALL_2() function 2525 BPF_CALL_2(bpf_redirect, u32, ifindex, u64, flags) in BPF_CALL_2() function 2546 BPF_CALL_2(bpf_redirect_peer, u32, ifindex, u64, flags) in BPF_CALL_2() function 2595 BPF_CALL_2(bpf_msg_apply_bytes, struct sk_msg *, msg, u32, bytes) in BPF_CALL_2() function [all …]
|
H A D | bpf_sk_storage.c | 261 BPF_CALL_2(bpf_sk_storage_delete, struct bpf_map *, map, struct sock *, sk) in BPF_CALL_2() function 393 BPF_CALL_2(bpf_sk_storage_delete_tracing, struct bpf_map *, map, in BPF_CALL_2() function
|
/linux/net/ipv4/ |
H A D | bpf_tcp_ca.c | 121 BPF_CALL_2(bpf_tcp_send_ack, struct tcp_sock *, tp, u32, rcv_nxt) in BPF_CALL_2() function
|
/linux/kernel/trace/ |
H A D | bpf_trace.c | 157 BPF_CALL_2(bpf_override_return, struct pt_regs *, regs, unsigned long, rc) in BPF_CALL_2() function 559 BPF_CALL_2(bpf_perf_event_read, struct bpf_map *, map, u64, flags) BPF_CALL_2() function 1210 BPF_CALL_2(get_func_ret, void *, ctx, u64 *, value) BPF_CALL_2() function
|