Home
last modified time | relevance | path

Searched refs:map_configuration (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/ebpf/
H A Debpf_rss.c35 ctx->map_configuration = -1; in ebpf_rss_init()
54 ctx->map_configuration, 0); in ebpf_rss_mmap()
131 ctx->map_configuration = bpf_map__fd( in ebpf_rss_load()
140 ctx->map_configuration, in ebpf_rss_load()
152 ctx->map_configuration = -1; in ebpf_rss_load()
186 ctx->map_configuration = config_fd; in ebpf_rss_load_fds()
192 ctx->map_configuration, in ebpf_rss_load_fds()
198 ctx->map_configuration = -1; in ebpf_rss_load_fds()
296 close(ctx->map_configuration); in ebpf_rss_unload()
303 ctx->map_configuration = -1; in ebpf_rss_unload()
H A Debpf_rss.h24 int map_configuration; member
/openbmc/qemu/docs/devel/
H A Debpf_rss.rst79 - map_configuration - file descriptor of the 'configuration' map. This map contains one element of …