Home
last modified time | relevance | path

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

/qemu/tools/ebpf/
H A Drss.bpf.c62 __u16 dst_port; member
361 info->dst_port = tcp.dest; in parse_packet()
373 info->dst_port = udp.dest; in parse_packet()
412 &packet_info.dst_port, in calculate_rss_hash()
413 sizeof(packet_info.dst_port)); in calculate_rss_hash()
427 &packet_info.dst_port, in calculate_rss_hash()
428 sizeof(packet_info.dst_port)); in calculate_rss_hash()
467 &packet_info.dst_port, in calculate_rss_hash()
468 sizeof(packet_info.dst_port)); in calculate_rss_hash()
499 &packet_info.dst_port, in calculate_rss_hash()
[all …]
/qemu/net/
H A Dcolo.c29 c += (key->src_port | key->dst_port << 16); in connection_key_hash()
107 key->dst_port = ntohs(tmp_ports >> 16); in extract_ip_and_port()
112 key->dst_port = ntohs(tmp_ports & 0xffff); in extract_ip_and_port()
H A Dcolo.h65 uint16_t dst_port; member
/qemu/include/standard-headers/linux/
H A Dvirtio_vsock.h60 uint32_t dst_port; member