Searched refs:bpf_cpumap_val (Results 1 – 8 of 8) sorted by relevance
16 struct bpf_cpumap_val val = { in test_xdp_with_cpumap_helpers()76 struct bpf_cpumap_val val = { in test_xdp_with_cpumap_frags_helpers()
11 __uint(value_size, sizeof(struct bpf_cpumap_val));
67 struct bpf_cpumap_val value;95 (value_size != offsetofend(struct bpf_cpumap_val, qsize) && in cpu_map_alloc()96 value_size != offsetofend(struct bpf_cpumap_val, bpf_prog.fd)) || in cpu_map_alloc()423 __cpu_map_entry_alloc(struct bpf_map *map, struct bpf_cpumap_val *value, in __cpu_map_entry_alloc()561 struct bpf_cpumap_val cpumap_value = {}; in cpu_map_update_elem()
87 static int create_cpu_entry(__u32 cpu, struct bpf_cpumap_val *value, in create_cpu_entry()161 struct bpf_cpumap_val *value = ctx; in stress_cpumap()311 struct bpf_cpumap_val value; in main()
14 __uint(value_size, sizeof(struct bpf_cpumap_val));
6092 struct bpf_cpumap_val { struct