Home
last modified time | relevance | path

Searched defs:BPF_CALL_2 (Results 1 – 12 of 12) sorted by relevance

/linux/kernel/bpf/
H A Dringbuf.c586 BPF_CALL_2(bpf_ringbuf_submit, void *, sample, u64, flags) BPF_CALL_2() function
599 BPF_CALL_2(bpf_ringbuf_discard, void *, sample, u64, flags) BPF_CALL_2() function
640 BPF_CALL_2(bpf_ringbuf_query, struct bpf_map *, map, u64, flags) BPF_CALL_2() function
709 BPF_CALL_2(bpf_ringbuf_submit_dynptr, struct bpf_dynptr_kern *, ptr, u64, flags) BPF_CALL_2() function
728 BPF_CALL_2(bpf_ringbuf_discard_dynptr, struct bpf_dynptr_kern *, ptr, u64, flags) BPF_CALL_2() function
H A Dbpf_task_storage.c264 BPF_CALL_2(bpf_task_storage_delete_recur, struct bpf_map *, map, struct task_struct *, BPF_CALL_2() function
285 BPF_CALL_2(bpf_task_storage_delete, struct bpf_map *, map, struct task_struct *, BPF_CALL_2() function
H A Dbpf_inode_storage.c163 BPF_CALL_2(bpf_inode_storage_delete, BPF_CALL_2() function
H A Dbpf_lsm.c145 BPF_CALL_2(bpf_bprm_opts_set, struct linux_binprm *, bprm, u64, flags) BPF_CALL_2() function
H A Dbpf_cgrp_storage.c189 BPF_CALL_2(bpf_cgrp_storage_delete, struct bpf_map *, map, struct cgroup *, cgroup) BPF_CALL_2() function
H A Dhelpers.c44 BPF_CALL_2(bpf_map_lookup_elem, struct bpf_map *, map, void *, key) in BPF_CALL_2() function
77 BPF_CALL_2(bpf_map_delete_elem, struct bpf_map *, map, void *, key) in BPF_CALL_2() function
107 BPF_CALL_2(bpf_map_pop_elem, struct bpf_map *, map, void *, value) in BPF_CALL_2() function
120 BPF_CALL_2(bpf_map_peek_elem, struct bpf_map *, map, void *, value) in BPF_CALL_2() function
261 BPF_CALL_2(bpf_get_current_comm, char *, buf, u32, size) in BPF_CALL_2() function
716 BPF_CALL_2(bpf_per_cpu_ptr, const void *, ptr, u32, cpu) in BPF_CALL_2() function
1716 BPF_CALL_2(bpf_kptr_xchg, void *, dst, void *, ptr) in BPF_CALL_2() function
2698 BPF_CALL_2(bpf_current_task_under_cgroup, struct bpf_map *, map, u32, idx) BPF_CALL_2() function
H A Dcgroup.c1752 BPF_CALL_2(bpf_get_local_storage, struct bpf_map *, map, u64, flags) in BPF_CALL_2() function
/linux/net/core/
H A Dfilter.c257 BPF_CALL_2(bpf_skb_load_helper_8_no_cache, const struct sk_buff *, skb, in BPF_CALL_2() function
282 BPF_CALL_2(bpf_skb_load_helper_16_no_cache, const struct sk_buff *, skb, in BPF_CALL_2() function
307 BPF_CALL_2(bpf_skb_load_helper_32_no_cache, const struct sk_buff *, skb, in BPF_CALL_2() function
1862 BPF_CALL_2(bpf_skb_pull_data, struct sk_buff *, skb, u32, len) in BPF_CALL_2() function
1902 BPF_CALL_2(sk_skb_pull_data, struct sk_buff *, skb, u32, len) in BPF_CALL_2() function
2060 BPF_CALL_2(bpf_csum_update, struct sk_buff *, skb, __wsum, csum) in BPF_CALL_2() function
2080 BPF_CALL_2(bpf_csum_level, struct sk_buff *, skb, u64, level) in BPF_CALL_2() function
2544 BPF_CALL_2(bpf_redirect, u32, ifindex, u64, flags) in BPF_CALL_2() function
2565 BPF_CALL_2(bpf_redirect_peer, u32, ifindex, u64, flags) in BPF_CALL_2() function
2614 BPF_CALL_2(bpf_msg_apply_bytes, struct sk_msg *, msg, u32, bytes) in BPF_CALL_2() function
[all …]
H A Dbpf_sk_storage.c265 BPF_CALL_2(bpf_sk_storage_delete, struct bpf_map *, map, struct sock *, sk) BPF_CALL_2() function
398 BPF_CALL_2(bpf_sk_storage_delete_tracing, struct bpf_map *, map, BPF_CALL_2() function
/linux/net/ipv4/
H A Dbpf_tcp_ca.c121 BPF_CALL_2(bpf_tcp_send_ack, struct tcp_sock *, tp, u32, rcv_nxt) in BPF_CALL_2() function
/linux/kernel/trace/
H A Dbpf_trace.c156 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) in BPF_CALL_2() function
1214 BPF_CALL_2(get_func_ret, void *, ctx, u64 *, value) in BPF_CALL_2() function
/linux/include/linux/
H A Dfilter.h625 #define BPF_CALL_2( global() macro