Home
last modified time | relevance | path

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

/qemu/tools/ebpf/
H A Drss.bpf.c393 err = parse_packet(skb, &packet_info); in calculate_rss_hash()
398 if (packet_info.is_ipv4) { in calculate_rss_hash()
399 if (packet_info.is_tcp && in calculate_rss_hash()
414 } else if (packet_info.is_udp && in calculate_rss_hash()
437 } else if (packet_info.is_ipv6) { in calculate_rss_hash()
438 if (packet_info.is_tcp && in calculate_rss_hash()
441 if (packet_info.is_ipv6_ext_src && in calculate_rss_hash()
452 if (packet_info.is_ipv6_ext_dst && in calculate_rss_hash()
469 } else if (packet_info.is_udp && in calculate_rss_hash()
472 if (packet_info.is_ipv6_ext_src && in calculate_rss_hash()
[all …]