/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | helpers.c | 30 BPF_CALL_2(bpf_map_lookup_elem, struct bpf_map *, map, void *, key) in BPF_CALL_2() function 63 BPF_CALL_2(bpf_map_delete_elem, struct bpf_map *, map, void *, key) in BPF_CALL_2() function 93 BPF_CALL_2(bpf_map_pop_elem, struct bpf_map *, map, void *, value) in BPF_CALL_2() function 106 BPF_CALL_2(bpf_map_peek_elem, struct bpf_map *, map, void *, value) in BPF_CALL_2() function 207 BPF_CALL_2(bpf_get_current_comm, char *, buf, u32, size) in BPF_CALL_2() function 376 BPF_CALL_2(bpf_get_local_storage, struct bpf_map *, map, u64, flags) in BPF_CALL_2() function 628 BPF_CALL_2(bpf_per_cpu_ptr, const void *, ptr, u32, cpu) in BPF_CALL_2() function
|
H A D | ringbuf.c | 435 BPF_CALL_2(bpf_ringbuf_submit, void *, sample, u64, flags) in BPF_CALL_2() function 448 BPF_CALL_2(bpf_ringbuf_discard, void *, sample, u64, flags) in BPF_CALL_2() function 489 BPF_CALL_2(bpf_ringbuf_query, struct bpf_map *, map, u64, flags) in BPF_CALL_2() function
|
H A D | bpf_inode_storage.c | 204 BPF_CALL_2(bpf_inode_storage_delete, in BPF_CALL_2() function
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | ringbuf.c | 498 BPF_CALL_2(bpf_ringbuf_submit, void *, sample, u64, flags) in BPF_CALL_2() function 511 BPF_CALL_2(bpf_ringbuf_discard, void *, sample, u64, flags) in BPF_CALL_2() function 552 BPF_CALL_2(bpf_ringbuf_query, struct bpf_map *, map, u64, flags) in BPF_CALL_2() function 619 BPF_CALL_2(bpf_ringbuf_submit_dynptr, struct bpf_dynptr_kern *, ptr, u64, flags) in BPF_CALL_2() function 638 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 | 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 711 BPF_CALL_2(bpf_per_cpu_ptr, const void *, ptr, u32, cpu) in BPF_CALL_2() function 1412 BPF_CALL_2(bpf_kptr_xchg, void *, map_value, void *, ptr) 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 | bpf_inode_storage.c | 173 BPF_CALL_2(bpf_inode_storage_delete, 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 | 1554 BPF_CALL_2(bpf_get_local_storage, struct bpf_map *, map, u64, flags) in BPF_CALL_2() function
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | bpf_tcp_ca.c | 147 BPF_CALL_2(bpf_tcp_send_ack, struct tcp_sock *, tp, u32, rcv_nxt) in BPF_CALL_2() function
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-6.6/net/core/ |
H A D | filter.c | 234 BPF_CALL_2(bpf_skb_load_helper_8_no_cache, const struct sk_buff *, skb, in BPF_CALL_2() function 261 BPF_CALL_2(bpf_skb_load_helper_16_no_cache, const struct sk_buff *, skb, in BPF_CALL_2() function 288 BPF_CALL_2(bpf_skb_load_helper_32_no_cache, const struct sk_buff *, skb, in BPF_CALL_2() function 1846 BPF_CALL_2(bpf_skb_pull_data, struct sk_buff *, skb, u32, len) in BPF_CALL_2() function 1886 BPF_CALL_2(sk_skb_pull_data, struct sk_buff *, skb, u32, len) in BPF_CALL_2() function 2044 BPF_CALL_2(bpf_csum_update, struct sk_buff *, skb, __wsum, csum) in BPF_CALL_2() function 2064 BPF_CALL_2(bpf_csum_level, struct sk_buff *, skb, u64, level) in BPF_CALL_2() function 2506 BPF_CALL_2(bpf_redirect, u32, ifindex, u64, flags) in BPF_CALL_2() function 2527 BPF_CALL_2(bpf_redirect_peer, u32, ifindex, u64, flags) in BPF_CALL_2() function 2576 BPF_CALL_2(bpf_msg_apply_byte function 2590 BPF_CALL_2(bpf_msg_cork_bytes, struct sk_msg *, msg, u32, bytes) BPF_CALL_2() function 3139 BPF_CALL_2(bpf_set_hash, struct sk_buff *, skb, u32, hash) BPF_CALL_2() function 3388 BPF_CALL_2(bpf_skb_change_type, struct sk_buff *, skb, u32, pkt_type) BPF_CALL_2() function 3896 BPF_CALL_2(bpf_xdp_adjust_head, struct xdp_buff *, xdp, int, offset) BPF_CALL_2() function 4156 BPF_CALL_2(bpf_xdp_adjust_tail, struct xdp_buff *, xdp, int, offset) BPF_CALL_2() function 4192 BPF_CALL_2(bpf_xdp_adjust_meta, struct xdp_buff *, xdp, int, offset) BPF_CALL_2() function 4500 BPF_CALL_2(bpf_xdp_redirect, u32, ifindex, u64, flags) BPF_CALL_2() function 4915 BPF_CALL_2(bpf_skb_ancestor_cgroup_id, const struct sk_buff *, skb, int, BPF_CALL_2() function 4941 BPF_CALL_2(bpf_sk_ancestor_cgroup_id, struct sock *, sk, int, ancestor_level) BPF_CALL_2() function 5670 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, BPF_CALL_2() function 7761 BPF_CALL_2(bpf_tcp_raw_check_syncookie_ipv4, struct iphdr *, iph, BPF_CALL_2() function 7783 BPF_CALL_2(bpf_tcp_raw_check_syncookie_ipv6, struct ipv6hdr *, iph, BPF_CALL_2() function [all...] |
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
|
/kernel/linux/linux-5.10/net/core/ |
H A D | filter.c | 234 BPF_CALL_2(bpf_skb_load_helper_8_no_cache, const struct sk_buff *, skb, in BPF_CALL_2() function 261 BPF_CALL_2(bpf_skb_load_helper_16_no_cache, const struct sk_buff *, skb, in BPF_CALL_2() function 288 BPF_CALL_2(bpf_skb_load_helper_32_no_cache, const struct sk_buff *, skb, in BPF_CALL_2() function 1836 BPF_CALL_2(bpf_skb_pull_data, struct sk_buff *, skb, u32, len) in BPF_CALL_2() function 1879 BPF_CALL_2(sk_skb_pull_data, struct sk_buff *, skb, u32, len) in BPF_CALL_2() function 2037 BPF_CALL_2(bpf_csum_update, struct sk_buff *, skb, __wsum, csum) in BPF_CALL_2() function 2057 BPF_CALL_2(bpf_csum_level, struct sk_buff *, skb, u64, level) in BPF_CALL_2() function 2514 BPF_CALL_2(bpf_redirect, u32, ifindex, u64, flags) in BPF_CALL_2() function 2535 BPF_CALL_2(bpf_redirect_peer, u32, ifindex, u64, flags) in BPF_CALL_2() function 2584 BPF_CALL_2(bpf_msg_apply_byte function 2598 BPF_CALL_2(bpf_msg_cork_bytes, struct sk_msg *, msg, u32, bytes) BPF_CALL_2() function 3147 BPF_CALL_2(bpf_set_hash, struct sk_buff *, skb, u32, hash) BPF_CALL_2() function 3414 BPF_CALL_2(bpf_skb_change_type, struct sk_buff *, skb, u32, pkt_type) BPF_CALL_2() function 3876 BPF_CALL_2(bpf_xdp_adjust_head, struct xdp_buff *, xdp, int, offset) BPF_CALL_2() function 3904 BPF_CALL_2(bpf_xdp_adjust_tail, struct xdp_buff *, xdp, int, offset) BPF_CALL_2() function 3939 BPF_CALL_2(bpf_xdp_adjust_meta, struct xdp_buff *, xdp, int, offset) BPF_CALL_2() function 4135 BPF_CALL_2(bpf_xdp_redirect, u32, ifindex, u64, flags) BPF_CALL_2() function 4552 BPF_CALL_2(bpf_skb_ancestor_cgroup_id, const struct sk_buff *, skb, int, BPF_CALL_2() function 4578 BPF_CALL_2(bpf_sk_ancestor_cgroup_id, struct sock *, sk, int, ancestor_level) BPF_CALL_2() function 5249 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, BPF_CALL_2() function [all...] |
H A D | bpf_sk_storage.c | 288 BPF_CALL_2(bpf_sk_storage_delete, struct bpf_map *, map, struct sock *, sk) in BPF_CALL_2() function
|
/kernel/linux/linux-6.6/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 1226 BPF_CALL_2(get_func_ret, void *, ctx, u64 *, value) in BPF_CALL_2() function
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | bpf_trace.c | 133 BPF_CALL_2(bpf_override_return, struct pt_regs *, regs, unsigned long, rc) in BPF_CALL_2() function 826 BPF_CALL_2(bpf_perf_event_read, struct bpf_map *, map, u64, flags) in BPF_CALL_2() function 1024 BPF_CALL_2(bpf_current_task_under_cgroup, struct bpf_map *, map, u32, idx) in BPF_CALL_2() function
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | filter.h | 497 #define BPF_CALL_2(name, ...) BPF_CALL_x(2, name, __VA_ARGS__) macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | filter.h | 523 #define BPF_CALL_2(name, ...) BPF_CALL_x(2, __NOATTR, name, __VA_ARGS__) macro
|