Searched refs:toeplitz_key (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/ebpf/ |
H A D | ebpf_rss.c | 235 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 D | ebpf_rss-stub.c | 39 uint16_t *indirections_table, uint8_t *toeplitz_key, in ebpf_rss_set_all() argument
|
H A D | ebpf_rss.h | 53 uint16_t *indirections_table, uint8_t *toeplitz_key,
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | toeplitz.c | 103 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 D | ebpf_rss.rst | 95 …s for eBPF maps. ``indirections_table`` length is in EBPFRSSConfig. ``toeplitz_key`` is VIRTIO_NET…
|