/openbmc/linux/kernel/bpf/ |
H A D | ringbuf.c | 517 BPF_CALL_2(bpf_ringbuf_submit, void *, sample, u64, flags) in BPF_CALL_2() function 530 BPF_CALL_2(bpf_ringbuf_discard, void *, sample, u64, flags) in BPF_CALL_2() function 571 BPF_CALL_2(bpf_ringbuf_query, struct bpf_map *, map, u64, flags) in BPF_CALL_2() function 638 BPF_CALL_2(bpf_ringbuf_submit_dynptr, struct bpf_dynptr_kern *, ptr, u64, flags) in BPF_CALL_2() function 657 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 | 265 BPF_CALL_2(bpf_task_storage_delete_recur, struct bpf_map *, map, struct task_struct *, in BPF_CALL_2() function 286 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 | 173 BPF_CALL_2(bpf_inode_storage_delete, 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 | helpers.c | 37 BPF_CALL_2(bpf_map_lookup_elem, struct bpf_map *, map, void *, key) in BPF_CALL_2() function 72 BPF_CALL_2(bpf_map_delete_elem, struct bpf_map *, map, void *, key) in BPF_CALL_2() function 103 BPF_CALL_2(bpf_map_pop_elem, struct bpf_map *, map, void *, value) in BPF_CALL_2() function 116 BPF_CALL_2(bpf_map_peek_elem, struct bpf_map *, map, void *, value) in BPF_CALL_2() function 256 BPF_CALL_2(bpf_get_current_comm, char *, buf, u32, size) in BPF_CALL_2() function 715 BPF_CALL_2(bpf_per_cpu_ptr, const void *, ptr, u32, cpu) in BPF_CALL_2() function 1488 BPF_CALL_2(bpf_kptr_xchg, void *, map_value, void *, ptr) in BPF_CALL_2() function
|
H A D | bpf_lsm.c | 118 BPF_CALL_2(bpf_bprm_opts_set, struct linux_binprm *, bprm, u64, flags) in BPF_CALL_2() function
|
H A D | cgroup.c | 1571 BPF_CALL_2(bpf_get_local_storage, struct bpf_map *, map, u64, flags) in BPF_CALL_2() function
|
/openbmc/linux/net/ipv4/ |
H A D | bpf_tcp_ca.c | 128 BPF_CALL_2(bpf_tcp_send_ack, struct tcp_sock *, tp, u32, rcv_nxt) in BPF_CALL_2() function
|
/openbmc/linux/net/core/ |
H A D | bpf_sk_storage.c | 258 BPF_CALL_2(bpf_sk_storage_delete, struct bpf_map *, map, struct sock *, sk) in BPF_CALL_2() function 400 BPF_CALL_2(bpf_sk_storage_delete_tracing, struct bpf_map *, map, in BPF_CALL_2() function
|
H A D | filter.c | 1851 BPF_CALL_2(bpf_skb_pull_data, struct sk_buff *, skb, u32, len) in BPF_CALL_2() function 1891 BPF_CALL_2(sk_skb_pull_data, struct sk_buff *, skb, u32, len) in BPF_CALL_2() function 2049 BPF_CALL_2(bpf_csum_update, struct sk_buff *, skb, __wsum, csum) in BPF_CALL_2() function 2069 BPF_CALL_2(bpf_csum_level, struct sk_buff *, skb, u64, level) in BPF_CALL_2() function 2513 BPF_CALL_2(bpf_redirect, u32, ifindex, u64, flags) in BPF_CALL_2() function 2534 BPF_CALL_2(bpf_redirect_peer, u32, ifindex, u64, flags) in BPF_CALL_2() function 2583 BPF_CALL_2(bpf_msg_apply_bytes, struct sk_msg *, msg, u32, bytes) in BPF_CALL_2() function 2597 BPF_CALL_2(bpf_msg_cork_bytes, struct sk_msg *, msg, u32, bytes) in BPF_CALL_2() function 3146 BPF_CALL_2(bpf_set_hash, struct sk_buff *, skb, u32, hash) in BPF_CALL_2() function 4536 BPF_CALL_2(bpf_xdp_redirect, u32, ifindex, u64, flags) in BPF_CALL_2() function [all …]
|
/openbmc/linux/kernel/trace/ |
H A D | bpf_trace.c | 154 BPF_CALL_2(bpf_override_return, struct pt_regs *, regs, unsigned long, rc) in BPF_CALL_2() function 567 BPF_CALL_2(bpf_perf_event_read, struct bpf_map *, map, u64, flags) in BPF_CALL_2() function 797 BPF_CALL_2(bpf_current_task_under_cgroup, struct bpf_map *, map, u32, idx) in BPF_CALL_2() function 1227 BPF_CALL_2(get_func_ret, void *, ctx, u64 *, value) in BPF_CALL_2() function
|
/openbmc/linux/include/linux/ |
H A D | filter.h | 523 #define BPF_CALL_2(name, ...) BPF_CALL_x(2, __NOATTR, name, __VA_ARGS__) macro
|