Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_cpumap_attach.c18 struct bpf_cpumap_val val = { in test_xdp_with_cpumap_helpers()
104 struct bpf_cpumap_val val = { in test_xdp_with_cpumap_frags_helpers()
H A Dfexit_bpf2bpf.c529 struct bpf_cpumap_val value = { .qsize = 1 }; in test_func_replace_progmap()
/linux/kernel/bpf/
H A Dcpumap.c69 struct bpf_cpumap_val value;
89 (value_size != offsetofend(struct bpf_cpumap_val, qsize) && in cpu_map_alloc()
90 value_size != offsetofend(struct bpf_cpumap_val, bpf_prog.fd)) || in cpu_map_alloc()
394 __cpu_map_entry_alloc(struct bpf_map *map, struct bpf_cpumap_val *value, in __cpu_map_entry_alloc()
535 struct bpf_cpumap_val cpumap_value = {}; in cpu_map_update_elem()
/linux/Documentation/bpf/
H A Dmap_cpumap.rst61 can be ``struct bpf_cpumap_val``.
65 struct bpf_cpumap_val {
110 __type(value, struct bpf_cpumap_val);
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_with_cpumap_frags_helpers.c11 __uint(value_size, sizeof(struct bpf_cpumap_val));
H A Dfreplace_progmap.c8 __type(value, struct bpf_cpumap_val);
H A Dtest_xdp_with_cpumap_helpers.c11 __uint(value_size, sizeof(struct bpf_cpumap_val));
H A Dxdp_features.c50 __uint(value_size, sizeof(struct bpf_cpumap_val));
/linux/tools/testing/selftests/bpf/
H A Dxdp_features.c314 struct bpf_cpumap_val entry = { in dut_attach_xdp_prog()
/linux/include/uapi/linux/
H A Dbpf.h6478 struct bpf_cpumap_val { struct
/linux/tools/include/uapi/linux/
H A Dbpf.h6478 struct bpf_cpumap_val { struct