Home
last modified time | relevance | path

Searched refs:bpf_cpumap_val (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dcpumap.c65 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 Dtest_xdp_with_cpumap_helpers.c11 __uint(value_size, sizeof(struct bpf_cpumap_val));
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_cpumap_attach.c14 struct bpf_cpumap_val val = { in test_xdp_with_cpumap_helpers()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dxdp_redirect_cpu_user.c575 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 Dxdp_redirect_cpu_kern.c24 __uint(value_size, sizeof(struct bpf_cpumap_val));
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h4304 struct bpf_cpumap_val { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h4304 struct bpf_cpumap_val { struct