Searched refs:packet_info (Results 1 – 1 of 1) sorted by relevance
391 struct packet_hash_info_t packet_info = {}; in calculate_rss_hash() local393 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()403 &packet_info.in_src, in calculate_rss_hash()404 sizeof(packet_info.in_src)); in calculate_rss_hash()406 &packet_info.in_dst, in calculate_rss_hash()407 sizeof(packet_info.in_dst)); in calculate_rss_hash()409 &packet_info.src_port, in calculate_rss_hash()410 sizeof(packet_info.src_port)); in calculate_rss_hash()[all …]