Home
last modified time | relevance | path

Searched refs:toeplitz_key (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/ebpf/
H A Debpf_rss.c235 uint8_t *toeplitz_key) in ebpf_rss_set_toepliz_key() argument
240 memcpy(toe, toeplitz_key, VIRTIO_NET_RSS_MAX_KEY_SIZE); in ebpf_rss_set_toepliz_key()
247 uint16_t *indirections_table, uint8_t *toeplitz_key, in ebpf_rss_set_all() argument
262 if (toeplitz_key == NULL) { in ebpf_rss_set_all()
275 ebpf_rss_set_toepliz_key(ctx, toeplitz_key); in ebpf_rss_set_all()
277 trace_ebpf_rss_set_data(ctx, config, indirections_table, toeplitz_key); in ebpf_rss_set_all()
H A Debpf_rss-stub.c39 uint16_t *indirections_table, uint8_t *toeplitz_key, in ebpf_rss_set_all() argument
H A Debpf_rss.h53 uint16_t *indirections_table, uint8_t *toeplitz_key,
/openbmc/linux/tools/testing/selftests/net/
H A Dtoeplitz.c103 static unsigned char toeplitz_key[TOEPLITZ_KEY_MAX_LEN]; variable
185 rx_hash_sw = toeplitz(four_tuple, toeplitz_key); in verify_rxhash()
524 toeplitz_key); in parse_opts()
/openbmc/qemu/docs/devel/
H A Debpf_rss.rst95 …s for eBPF maps. ``indirections_table`` length is in EBPFRSSConfig. ``toeplitz_key`` is VIRTIO_NET…