Searched defs:bpf_map (Results 1 – 3 of 3) sorted by relevance
| /net/core/ |
| A D | bpf_sk_storage.c | 227 BPF_CALL_5(bpf_sk_storage_get, struct bpf_map *, map, struct sock *, sk, in BPF_CALL_5() 261 BPF_CALL_2(bpf_sk_storage_delete, struct bpf_map *, map, struct sock *, sk) in BPF_CALL_2() 382 BPF_CALL_5(bpf_sk_storage_get_tracing, struct bpf_map *, map, struct sock *, sk, in BPF_CALL_5() 393 BPF_CALL_2(bpf_sk_storage_delete_tracing, struct bpf_map *, map, in BPF_CALL_2()
|
| A D | sock_map.c | 623 struct bpf_map *, map, void *, key, u64, flags) in BPF_CALL_4() 646 struct bpf_map *, map, u32, key, u64, flags) in BPF_CALL_4() 674 struct bpf_map *, map, u32, key, u64, flags) in BPF_CALL_4() 1230 struct bpf_map *, map, void *, key, u64, flags) in BPF_CALL_4() 1252 struct bpf_map *, map, void *, key, u64, flags) in BPF_CALL_4() 1280 struct bpf_map *, map, void *, key, u64, flags) in BPF_CALL_4()
|
| A D | filter.c | 4626 BPF_CALL_3(bpf_xdp_redirect_map, struct bpf_map *, map, u64, key, in BPF_CALL_3() 4654 BPF_CALL_5(bpf_skb_event_output, struct sk_buff *, skb, struct bpf_map *, map, in BPF_CALL_5() 4946 BPF_CALL_3(bpf_skb_under_cgroup, struct sk_buff *, skb, struct bpf_map *, map, in BPF_CALL_3() 5067 BPF_CALL_5(bpf_xdp_event_output, struct xdp_buff *, xdp, struct bpf_map *, map, in BPF_CALL_5() 11328 struct bpf_map *, map, void *, key, u32, flags) in BPF_CALL_4()
|
Completed in 34 milliseconds