Home
last modified time | relevance | path

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

/qemu/tools/ebpf/
A Drss.bpf.c61 __u16 src_port; member
360 info->src_port = tcp.source; in parse_packet()
372 info->src_port = udp.source; in parse_packet()
409 &packet_info.src_port, in calculate_rss_hash()
410 sizeof(packet_info.src_port)); in calculate_rss_hash()
424 &packet_info.src_port, in calculate_rss_hash()
425 sizeof(packet_info.src_port)); in calculate_rss_hash()
464 &packet_info.src_port, in calculate_rss_hash()
465 sizeof(packet_info.src_port)); in calculate_rss_hash()
496 &packet_info.src_port, in calculate_rss_hash()
[all …]
/qemu/net/
A Dcolo.c29 c += (key->src_port | key->dst_port << 16); in connection_key_hash()
106 key->src_port = ntohs(tmp_ports & 0xffff); in extract_ip_and_port()
111 key->src_port = ntohs(tmp_ports >> 16); in extract_ip_and_port()
A Dhub.c96 NetHubPort *src_port = DO_UPCAST(NetHubPort, nc, nc); in net_hub_port_can_receive() local
97 NetHub *hub = src_port->hub; in net_hub_port_can_receive()
100 if (port == src_port) { in net_hub_port_can_receive()
A Dcolo.h64 uint16_t src_port; member
/qemu/include/standard-headers/linux/
A Dvirtio_vsock.h59 uint32_t src_port; member
/qemu/
A Dqemu-options.hx4362 ``udp:[remote_host]:remote_port[@[src_ip]:src_port]``

Completed in 20 milliseconds