Searched refs:bpf_cpumap_val (Results 1 – 7 of 7) sorted by relevance
66 struct bpf_cpumap_val value;94 (value_size != offsetofend(struct bpf_cpumap_val, qsize) && in cpu_map_alloc()95 value_size != offsetofend(struct bpf_cpumap_val, bpf_prog.fd)) || in cpu_map_alloc()420 __cpu_map_entry_alloc(struct bpf_map *map, struct bpf_cpumap_val *value, in __cpu_map_entry_alloc()558 struct bpf_cpumap_val cpumap_value = {}; in cpu_map_update_elem()
11 __uint(value_size, sizeof(struct bpf_cpumap_val));
88 static int create_cpu_entry(__u32 cpu, struct bpf_cpumap_val *value, in create_cpu_entry()162 struct bpf_cpumap_val *value = ctx; in stress_cpumap()313 struct bpf_cpumap_val value; in main()
14 __uint(value_size, sizeof(struct bpf_cpumap_val));
15 struct bpf_cpumap_val val = { in test_xdp_cpumap_attach()
5470 struct bpf_cpumap_val { struct