Lines Matching refs:bpf_cpu_map_entry
46 struct bpf_cpu_map_entry;
52 struct bpf_cpu_map_entry *obj;
57 struct bpf_cpu_map_entry { struct
78 struct bpf_cpu_map_entry __rcu **cpu_map; argument
107 sizeof(struct bpf_cpu_map_entry *), in cpu_map_alloc()
137 static void cpu_map_bpf_prog_run_skb(struct bpf_cpu_map_entry *rcpu, in cpu_map_bpf_prog_run_skb()
177 static int cpu_map_bpf_prog_run_xdp(struct bpf_cpu_map_entry *rcpu, in cpu_map_bpf_prog_run_xdp()
238 static int cpu_map_bpf_prog_run(struct bpf_cpu_map_entry *rcpu, void **frames, in cpu_map_bpf_prog_run()
264 struct bpf_cpu_map_entry *rcpu = data; in cpu_map_kthread_run()
364 static int __cpu_map_load_bpf_program(struct bpf_cpu_map_entry *rcpu, in __cpu_map_load_bpf_program()
385 static struct bpf_cpu_map_entry *
391 struct bpf_cpu_map_entry *rcpu; in __cpu_map_entry_alloc()
465 struct bpf_cpu_map_entry *rcpu; in __cpu_map_entry_free()
472 rcpu = container_of(to_rcu_work(work), struct bpf_cpu_map_entry, free_work); in __cpu_map_entry_free()
499 u32 key_cpu, struct bpf_cpu_map_entry *rcpu) in __cpu_map_entry_replace()
501 struct bpf_cpu_map_entry *old_rcpu; in __cpu_map_entry_replace()
528 struct bpf_cpu_map_entry *rcpu; in cpu_map_update_elem()
580 struct bpf_cpu_map_entry *rcpu; in cpu_map_free()
600 struct bpf_cpu_map_entry *rcpu; in __cpu_map_lookup_elem()
612 struct bpf_cpu_map_entry *rcpu = in cpu_map_lookup_elem()
646 usage += (u64)map->max_entries * sizeof(struct bpf_cpu_map_entry *); in cpu_map_mem_usage()
667 struct bpf_cpu_map_entry *rcpu = bq->obj; in bq_flush_to_queue()
702 static void bq_enqueue(struct bpf_cpu_map_entry *rcpu, struct xdp_frame *xdpf) in bq_enqueue()
725 int cpu_map_enqueue(struct bpf_cpu_map_entry *rcpu, struct xdp_frame *xdpf, in cpu_map_enqueue()
735 int cpu_map_generic_redirect(struct bpf_cpu_map_entry *rcpu, in cpu_map_generic_redirect()