Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/bpf/
Dhelpers.c31 BPF_CALL_2(bpf_map_lookup_elem, struct bpf_map *, map, void *, key) in BPF_CALL_2() function
64 BPF_CALL_2(bpf_map_delete_elem, struct bpf_map *, map, void *, key) in BPF_CALL_2() function
155 BPF_CALL_2(bpf_get_current_comm, char *, buf, u32, size) in BPF_CALL_2() function
199 BPF_CALL_2(bpf_get_local_storage, struct bpf_map *, map, u64, flags) in BPF_CALL_2() function
/Linux-v4.19/kernel/trace/
Dbpf_trace.c83 BPF_CALL_2(bpf_override_return, struct pt_regs *, regs, unsigned long, rc) in BPF_CALL_2() function
316 BPF_CALL_2(bpf_perf_event_read, struct bpf_map *, map, u64, flags) in BPF_CALL_2() function
471 BPF_CALL_2(bpf_current_task_under_cgroup, struct bpf_map *, map, u32, idx) in BPF_CALL_2() function
/Linux-v4.19/net/core/
Dfilter.c193 BPF_CALL_2(bpf_skb_load_helper_8_no_cache, const struct sk_buff *, skb, in BPF_CALL_2() function
220 BPF_CALL_2(bpf_skb_load_helper_16_no_cache, const struct sk_buff *, skb, in BPF_CALL_2() function
247 BPF_CALL_2(bpf_skb_load_helper_32_no_cache, const struct sk_buff *, skb, in BPF_CALL_2() function
1772 BPF_CALL_2(bpf_skb_pull_data, struct sk_buff *, skb, u32, len) in BPF_CALL_2() function
1803 BPF_CALL_2(sk_skb_pull_data, struct sk_buff *, skb, u32, len) in BPF_CALL_2() function
1961 BPF_CALL_2(bpf_csum_update, struct sk_buff *, skb, __wsum, csum) in BPF_CALL_2() function
2105 BPF_CALL_2(bpf_redirect, u32, ifindex, u64, flags) in BPF_CALL_2() function
2257 BPF_CALL_2(bpf_msg_apply_bytes, struct sk_msg_buff *, msg, u32, bytes) in BPF_CALL_2() function
2271 BPF_CALL_2(bpf_msg_cork_bytes, struct sk_msg_buff *, msg, u32, bytes) in BPF_CALL_2() function
2478 BPF_CALL_2(bpf_set_hash, struct sk_buff *, skb, u32, hash) in BPF_CALL_2() function
[all …]
/Linux-v4.19/include/linux/
Dfilter.h443 #define BPF_CALL_2(name, ...) BPF_CALL_x(2, name, __VA_ARGS__) macro