Lines Matching refs:bpf_cpu_map_entry
42 struct bpf_cpu_map_entry;
48 struct bpf_cpu_map_entry *obj;
53 struct bpf_cpu_map_entry { struct
78 struct bpf_cpu_map_entry __rcu **cpu_map; argument
113 sizeof(struct bpf_cpu_map_entry *), in cpu_map_alloc()
124 static void get_cpu_map_entry(struct bpf_cpu_map_entry *rcpu) in get_cpu_map_entry()
132 struct bpf_cpu_map_entry *rcpu; in cpu_map_kthread_stop()
134 rcpu = container_of(work, struct bpf_cpu_map_entry, kthread_stop_wq); in cpu_map_kthread_stop()
159 static void put_cpu_map_entry(struct bpf_cpu_map_entry *rcpu) in put_cpu_map_entry()
172 static void cpu_map_bpf_prog_run_skb(struct bpf_cpu_map_entry *rcpu, in cpu_map_bpf_prog_run_skb()
212 static int cpu_map_bpf_prog_run_xdp(struct bpf_cpu_map_entry *rcpu, in cpu_map_bpf_prog_run_xdp()
273 static int cpu_map_bpf_prog_run(struct bpf_cpu_map_entry *rcpu, void **frames, in cpu_map_bpf_prog_run()
300 struct bpf_cpu_map_entry *rcpu = data; in cpu_map_kthread_run()
400 static int __cpu_map_load_bpf_program(struct bpf_cpu_map_entry *rcpu, int fd) in __cpu_map_load_bpf_program()
419 static struct bpf_cpu_map_entry *
425 struct bpf_cpu_map_entry *rcpu; in __cpu_map_entry_alloc()
495 struct bpf_cpu_map_entry *rcpu; in __cpu_map_entry_free()
502 rcpu = container_of(rcu, struct bpf_cpu_map_entry, rcu); in __cpu_map_entry_free()
529 u32 key_cpu, struct bpf_cpu_map_entry *rcpu) in __cpu_map_entry_replace()
531 struct bpf_cpu_map_entry *old_rcpu; in __cpu_map_entry_replace()
559 struct bpf_cpu_map_entry *rcpu; in cpu_map_update_elem()
613 struct bpf_cpu_map_entry *rcpu; in cpu_map_free()
633 struct bpf_cpu_map_entry *rcpu; in __cpu_map_lookup_elem()
645 struct bpf_cpu_map_entry *rcpu = in cpu_map_lookup_elem()
691 struct bpf_cpu_map_entry *rcpu = bq->obj; in bq_flush_to_queue()
726 static void bq_enqueue(struct bpf_cpu_map_entry *rcpu, struct xdp_frame *xdpf) in bq_enqueue()
749 int cpu_map_enqueue(struct bpf_cpu_map_entry *rcpu, struct xdp_buff *xdp, in cpu_map_enqueue()
765 int cpu_map_generic_redirect(struct bpf_cpu_map_entry *rcpu, in cpu_map_generic_redirect()