Home
last modified time | relevance | path

Searched refs:BPF_CALL_2 (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/kernel/bpf/
Dhelpers.c26 BPF_CALL_2(bpf_map_lookup_elem, struct bpf_map *, map, void *, key) in BPF_CALL_2() function
59 BPF_CALL_2(bpf_map_delete_elem, struct bpf_map *, map, void *, key) in BPF_CALL_2() function
89 BPF_CALL_2(bpf_map_pop_elem, struct bpf_map *, map, void *, value) in BPF_CALL_2() function
102 BPF_CALL_2(bpf_map_peek_elem, struct bpf_map *, map, void *, value) in BPF_CALL_2() function
191 BPF_CALL_2(bpf_get_current_comm, char *, buf, u32, size) in BPF_CALL_2() function
333 BPF_CALL_2(bpf_get_local_storage, struct bpf_map *, map, u64, flags) in BPF_CALL_2() function
/Linux-v5.4/kernel/trace/
Dbpf_trace.c125 BPF_CALL_2(bpf_override_return, struct pt_regs *, regs, unsigned long, rc) in BPF_CALL_2() function
371 BPF_CALL_2(bpf_perf_event_read, struct bpf_map *, map, u64, flags) in BPF_CALL_2() function
565 BPF_CALL_2(bpf_current_task_under_cgroup, struct bpf_map *, map, u32, idx) in BPF_CALL_2() function
/Linux-v5.4/net/core/
Dfilter.c198 BPF_CALL_2(bpf_skb_load_helper_8_no_cache, const struct sk_buff *, skb, in BPF_CALL_2() function
225 BPF_CALL_2(bpf_skb_load_helper_16_no_cache, const struct sk_buff *, skb, in BPF_CALL_2() function
252 BPF_CALL_2(bpf_skb_load_helper_32_no_cache, const struct sk_buff *, skb, in BPF_CALL_2() function
1808 BPF_CALL_2(bpf_skb_pull_data, struct sk_buff *, skb, u32, len) in BPF_CALL_2() function
1851 BPF_CALL_2(sk_skb_pull_data, struct sk_buff *, skb, u32, len) in BPF_CALL_2() function
2009 BPF_CALL_2(bpf_csum_update, struct sk_buff *, skb, __wsum, csum) in BPF_CALL_2() function
2154 BPF_CALL_2(bpf_redirect, u32, ifindex, u64, flags) in BPF_CALL_2() function
2190 BPF_CALL_2(bpf_msg_apply_bytes, struct sk_msg *, msg, u32, bytes) in BPF_CALL_2() function
2204 BPF_CALL_2(bpf_msg_cork_bytes, struct sk_msg *, msg, u32, bytes) in BPF_CALL_2() function
2700 BPF_CALL_2(bpf_set_hash, struct sk_buff *, skb, u32, hash) in BPF_CALL_2() function
[all …]
Dbpf_sk_storage.c871 BPF_CALL_2(bpf_sk_storage_delete, struct bpf_map *, map, struct sock *, sk) in BPF_CALL_2() function
/Linux-v5.4/include/linux/
Dfilter.h477 #define BPF_CALL_2(name, ...) BPF_CALL_x(2, name, __VA_ARGS__) macro