Searched refs:bpf_cpumap_val (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | cpumap.c | 65 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() 392 map->value_size != offsetofend(struct bpf_cpumap_val, qsize); in cpu_map_prog_allowed() 415 __cpu_map_entry_alloc(struct bpf_cpumap_val *value, u32 cpu, int map_id) in __cpu_map_entry_alloc() 550 struct bpf_cpumap_val cpumap_value = {}; in cpu_map_update_elem()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_xdp_with_cpumap_helpers.c | 11 __uint(value_size, sizeof(struct bpf_cpumap_val));
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | xdp_cpumap_attach.c | 14 struct bpf_cpumap_val val = { in test_xdp_with_cpumap_helpers()
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | xdp_redirect_cpu_user.c | 575 static int create_cpu_entry(__u32 cpu, struct bpf_cpumap_val *value, in create_cpu_entry() 642 static void stress_cpumap(struct bpf_cpumap_val *value) in stress_cpumap() 657 char *mprog_name, struct bpf_cpumap_val *value, in stats_poll() 779 struct bpf_cpumap_val value; in main()
|
| H A D | xdp_redirect_cpu_kern.c | 24 __uint(value_size, sizeof(struct bpf_cpumap_val));
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | bpf.h | 4304 struct bpf_cpumap_val { struct
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | bpf.h | 4304 struct bpf_cpumap_val { struct
|