| /linux/kernel/bpf/preload/iterators/ |
| H A D | iterators.bpf.c | 15 struct bpf_map { struct 23 struct bpf_map *map; argument
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | map_ptr_kern.c | 30 struct bpf_map { struct 31 enum bpf_map_type map_type; argument 38 static inline int check_bpf_map_fields(struct bpf_map *map, __u32 key_size, in check_bpf_map_fields() argument
|
| H A D | syscall.c | 15 struct bpf_map { struct 16 int id;
|
| /linux/include/linux/ |
| H A D | bpf.h | 295 struct bpf_map { struct 297 const struct bpf_map_ops *ops; argument 298 struct bpf_map *inner_map_meta; argument 302 enum bpf_map_type map_type; argument 303 u32 key_size; 304 u32 value_size; 305 u32 max_entries; 329 struct bpf_map_owner *owner; argument 330 bool bypass_spec_v1; 331 bool frozen; /* write-once; write-protected by freeze_mutex */ [all …]
|
| /linux/kernel/bpf/ |
| H A D | ringbuf.c | 539 BPF_CALL_3(bpf_ringbuf_reserve, struct bpf_map *, map, u64, size, u64, flags) in BPF_CALL_3() 612 BPF_CALL_4(bpf_ringbuf_output, struct bpf_map *, map, void *, data, u64, size, in BPF_CALL_4() 640 BPF_CALL_2(bpf_ringbuf_query, struct bpf_map *, map, u64, flags) in BPF_CALL_2() 669 BPF_CALL_4(bpf_ringbuf_reserve_dynptr, struct bpf_map *, map, u32, size, u64, flags, in BPF_CALL_4() 816 BPF_CALL_4(bpf_user_ringbuf_drain, struct bpf_map *, map, in BPF_CALL_4()
|
| H A D | helpers.c | 44 BPF_CALL_2(bpf_map_lookup_elem, struct bpf_map *, map, void *, key) in BPF_CALL_2() 59 BPF_CALL_4(bpf_map_update_elem, struct bpf_map *, map, void *, key, in BPF_CALL_4() 77 BPF_CALL_2(bpf_map_delete_elem, struct bpf_map *, map, void *, key) in BPF_CALL_2() 92 BPF_CALL_3(bpf_map_push_elem, struct bpf_map *, map, void *, value, u64, flags) in BPF_CALL_3() 107 BPF_CALL_2(bpf_map_pop_elem, struct bpf_map *, map, void *, value) in BPF_CALL_2() 120 BPF_CALL_2(bpf_map_peek_elem, struct bpf_map *, map, void *, value) in BPF_CALL_2() 133 BPF_CALL_3(bpf_map_lookup_percpu_elem, struct bpf_map *, map, void *, key, u32, cpu) in BPF_CALL_3() 639 BPF_CALL_5(bpf_event_output_data, void *, ctx, struct bpf_map *, map, in BPF_CALL_5() 1329 BPF_CALL_3(bpf_timer_init, struct bpf_async_kern *, timer, struct bpf_map *, map, in BPF_CALL_3() 2627 BPF_CALL_2(bpf_current_task_under_cgroup, struct bpf_map *, map, u32, idx) in BPF_CALL_2()
|
| H A D | map_iter.c | 42 DEFINE_BPF_ITER_FUNC(bpf_map, struct bpf_iter_meta *meta, struct bpf_map *map) in DEFINE_BPF_ITER_FUNC() argument
|
| /linux/net/core/ |
| H A D | bpf_sk_storage.c | 227 BPF_CALL_5(bpf_sk_storage_get,struct bpf_map *,map,struct sock *,sk,void *,value,u64,flags,gfp_t,gfp_flags) BPF_CALL_5() argument 261 BPF_CALL_2(bpf_sk_storage_delete,struct bpf_map *,map,struct sock *,sk) BPF_CALL_2() argument 382 BPF_CALL_5(bpf_sk_storage_get_tracing,struct bpf_map *,map,struct sock *,sk,void *,value,u64,flags,gfp_t,gfp_flags) BPF_CALL_5() argument 393 BPF_CALL_2(bpf_sk_storage_delete_tracing,struct bpf_map *,map,struct sock *,sk) BPF_CALL_2() argument [all...] |
| H 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()
|
| H A D | filter.c | 4650 BPF_CALL_3(bpf_xdp_redirect_map, struct bpf_map *, map, u64, key, in BPF_CALL_3() 4678 BPF_CALL_5(bpf_skb_event_output, struct sk_buff *, skb, struct bpf_map *, map, in BPF_CALL_5() 4970 BPF_CALL_3(bpf_skb_under_cgroup, struct sk_buff *, skb, struct bpf_map *, map, in BPF_CALL_3() 5091 BPF_CALL_5(bpf_xdp_event_output, struct xdp_buff *, xdp, struct bpf_map *, map, in BPF_CALL_5() 11446 struct bpf_map *, map, void *, key, u32, flags) in BPF_CALL_4()
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 562 struct bpf_map { struct 576 struct bpf_map_def def; argument 583 enum libbpf_map_type libbpf_type; argument 586 struct bpf_map *inner_map; argument 587 void **init_slots; 588 int init_slots_sz; 589 char *pin_path; 590 bool pinned; 591 bool reused; 592 bool autocreate; [all …]
|
| /linux/kernel/trace/ |
| H A D | bpf_trace.c | 559 BPF_CALL_2(bpf_perf_event_read, struct bpf_map *, map, u64, flags) in BPF_CALL_2() 582 BPF_CALL_4(bpf_perf_event_read_value, struct bpf_map *, map, u64, flags, in BPF_CALL_4() 657 BPF_CALL_5(bpf_perf_event_output, struct pt_regs *, regs, struct bpf_map *, map, in BPF_CALL_5() 1364 BPF_CALL_5(bpf_perf_event_output_tp, void *, tp_buff, struct bpf_map *, map, in BPF_CALL_5() 1388 BPF_CALL_3(bpf_get_stackid_tp, void *, tp_buff, struct bpf_map *, map, in BPF_CALL_3() 1587 struct bpf_map *, map, u64, flags, void *, data, u64, size) in BPF_CALL_5() 1618 struct bpf_map *, map, u64, flags) in BPF_CALL_3()
|