Home
last modified time | relevance | path

Searched defs:bpf_cpu_map_entry (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h36734 struct bpf_cpu_map_entry { struct
36735 u32 cpu;
36736 int map_id;
36737 struct xdp_bulk_queue __attribute__((btf_type_tag("percpu"))) *bulkq;
36738 struct ptr_ring *queue;
36739 struct task_struct *kthread;
36740 struct bpf_cpumap_val value;
36741 struct bpf_prog *prog;
36742 struct completion kthread_running;
36743 struct rcu_work free_work;
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h46398 struct bpf_cpu_map_entry { struct
46399 u32 cpu;
46400 int map_id;
46401 struct xdp_bulk_queue __attribute__((btf_type_tag("percpu"))) *bulkq;
46402 struct ptr_ring *queue;
46403 struct task_struct *kthread;
46404 struct bpf_cpumap_val value;
46405 struct bpf_prog *prog;
46406 struct completion kthread_running;
46407 struct rcu_work free_work;