Home
last modified time | relevance | path

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

/openbmc/qemu/tools/ebpf/
H 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 …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/sqlite-orm/sqlite-orm/
H A D0001-fix-cstdint-error-with-gcc-15.0.1.patch9 7 | uint16_t src_port;
38 - uint16_t src_port;
42 + std::uint16_t src_port;
/openbmc/qemu/net/
H 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()
H A Dhub.c97 NetHubPort *src_port = DO_UPCAST(NetHubPort, nc, nc); in net_hub_port_can_receive()
98 NetHub *hub = src_port->hub; in net_hub_port_can_receive()
101 if (port == src_port) { in net_hub_port_can_receive()
96 NetHubPort *src_port = DO_UPCAST(NetHubPort, nc, nc); net_hub_port_can_receive() local
H A Dcolo.h64 uint16_t src_port; member
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_vsock.h59 uint32_t src_port; member
/openbmc/u-boot/drivers/net/
H A Dnetconsole.c135 unsigned src_port, unsigned len) in nc_input_packet() argument
/openbmc/u-boot/include/
H A Dnet.h684 unsigned src_port, unsigned len);
/openbmc/qemu/
H A Dqemu-options.hx4679 ``udp:[remote_host]:remote_port[@[src_ip]:src_port]``