Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_cpumap_attach.c16 struct bpf_cpumap_val val = { in test_xdp_with_cpumap_helpers()
76 struct bpf_cpumap_val val = { in test_xdp_with_cpumap_frags_helpers()
H A Dfexit_bpf2bpf.c507 struct bpf_cpumap_val value = { .qsize = 1 }; in test_func_replace_progmap()
/openbmc/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));
/openbmc/linux/kernel/bpf/
H A Dcpumap.c68 struct bpf_cpumap_val value;
90 (value_size != offsetofend(struct bpf_cpumap_val, qsize) && in cpu_map_alloc()
91 value_size != offsetofend(struct bpf_cpumap_val, bpf_prog.fd)) || in cpu_map_alloc()
389 __cpu_map_entry_alloc(struct bpf_map *map, struct bpf_cpumap_val *value, in __cpu_map_entry_alloc()
530 struct bpf_cpumap_val cpumap_value = {}; in cpu_map_update_elem()
/openbmc/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);
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxdp_features.c314 struct bpf_cpumap_val entry = { in dut_attach_xdp_prog()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6331 struct bpf_cpumap_val { struct
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6331 struct bpf_cpumap_val { struct