Home
last modified time | relevance | path

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

/openbmc/qemu/ebpf/
H A Debpf_rss.c154 int config_fd, int toeplitz_fd, int table_fd) in ebpf_rss_load_fds() argument
160 if (program_fd < 0 || config_fd < 0 || toeplitz_fd < 0 || table_fd < 0) { in ebpf_rss_load_fds()
167 ctx->map_indirections_table = table_fd; in ebpf_rss_load_fds()
H A Debpf_rss-stub.c32 int config_fd, int toeplitz_fd, int table_fd) in ebpf_rss_load_fds() argument
H A Debpf_rss.h47 int config_fd, int toeplitz_fd, int table_fd);