BPF_CALL_2        477 include/linux/filter.h #define BPF_CALL_2(name, ...)	BPF_CALL_x(2, name, __VA_ARGS__)
BPF_CALL_2         26 kernel/bpf/helpers.c BPF_CALL_2(bpf_map_lookup_elem, struct bpf_map *, map, void *, key)
BPF_CALL_2         59 kernel/bpf/helpers.c BPF_CALL_2(bpf_map_delete_elem, struct bpf_map *, map, void *, key)
BPF_CALL_2         89 kernel/bpf/helpers.c BPF_CALL_2(bpf_map_pop_elem, struct bpf_map *, map, void *, value)
BPF_CALL_2        102 kernel/bpf/helpers.c BPF_CALL_2(bpf_map_peek_elem, struct bpf_map *, map, void *, value)
BPF_CALL_2        191 kernel/bpf/helpers.c BPF_CALL_2(bpf_get_current_comm, char *, buf, u32, size)
BPF_CALL_2        333 kernel/bpf/helpers.c BPF_CALL_2(bpf_get_local_storage, struct bpf_map *, map, u64, flags)
BPF_CALL_2        125 kernel/trace/bpf_trace.c BPF_CALL_2(bpf_override_return, struct pt_regs *, regs, unsigned long, rc)
BPF_CALL_2        369 kernel/trace/bpf_trace.c BPF_CALL_2(bpf_perf_event_read, struct bpf_map *, map, u64, flags)
BPF_CALL_2        563 kernel/trace/bpf_trace.c BPF_CALL_2(bpf_current_task_under_cgroup, struct bpf_map *, map, u32, idx)
BPF_CALL_2        872 net/core/bpf_sk_storage.c BPF_CALL_2(bpf_sk_storage_delete, struct bpf_map *, map, struct sock *, sk)
BPF_CALL_2        198 net/core/filter.c BPF_CALL_2(bpf_skb_load_helper_8_no_cache, const struct sk_buff *, skb,
BPF_CALL_2        225 net/core/filter.c BPF_CALL_2(bpf_skb_load_helper_16_no_cache, const struct sk_buff *, skb,
BPF_CALL_2        252 net/core/filter.c BPF_CALL_2(bpf_skb_load_helper_32_no_cache, const struct sk_buff *, skb,
BPF_CALL_2       1808 net/core/filter.c BPF_CALL_2(bpf_skb_pull_data, struct sk_buff *, skb, u32, len)
BPF_CALL_2       1851 net/core/filter.c BPF_CALL_2(sk_skb_pull_data, struct sk_buff *, skb, u32, len)
BPF_CALL_2       2009 net/core/filter.c BPF_CALL_2(bpf_csum_update, struct sk_buff *, skb, __wsum, csum)
BPF_CALL_2       2155 net/core/filter.c BPF_CALL_2(bpf_redirect, u32, ifindex, u64, flags)
BPF_CALL_2       2191 net/core/filter.c BPF_CALL_2(bpf_msg_apply_bytes, struct sk_msg *, msg, u32, bytes)
BPF_CALL_2       2205 net/core/filter.c BPF_CALL_2(bpf_msg_cork_bytes, struct sk_msg *, msg, u32, bytes)
BPF_CALL_2       2702 net/core/filter.c BPF_CALL_2(bpf_set_hash, struct sk_buff *, skb, u32, hash)
BPF_CALL_2       2970 net/core/filter.c BPF_CALL_2(bpf_skb_change_type, struct sk_buff *, skb, u32, pkt_type)
BPF_CALL_2       3382 net/core/filter.c BPF_CALL_2(bpf_xdp_adjust_head, struct xdp_buff *, xdp, int, offset)
BPF_CALL_2       3410 net/core/filter.c BPF_CALL_2(bpf_xdp_adjust_tail, struct xdp_buff *, xdp, int, offset)
BPF_CALL_2       3434 net/core/filter.c BPF_CALL_2(bpf_xdp_adjust_meta, struct xdp_buff *, xdp, int, offset)
BPF_CALL_2       3724 net/core/filter.c BPF_CALL_2(bpf_xdp_redirect, u32, ifindex, u64, flags)
BPF_CALL_2       4104 net/core/filter.c BPF_CALL_2(bpf_skb_ancestor_cgroup_id, const struct sk_buff *, skb, int,
BPF_CALL_2       4482 net/core/filter.c BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock,