Searched refs:src_port (Results 1 – 9 of 9) sorted by relevance
| /openbmc/qemu/tools/ebpf/ |
| H A D | rss.bpf.c | 61 __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 D | 0001-fix-cstdint-error-with-gcc-15.0.1.patch | 9 7 | uint16_t src_port; 38 - uint16_t src_port; 42 + std::uint16_t src_port;
|
| /openbmc/qemu/net/ |
| H A D | colo.c | 29 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 D | hub.c | 97 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 D | colo.h | 64 uint16_t src_port; member
|
| /openbmc/qemu/include/standard-headers/linux/ |
| H A D | virtio_vsock.h | 59 uint32_t src_port; member
|
| /openbmc/u-boot/drivers/net/ |
| H A D | netconsole.c | 135 unsigned src_port, unsigned len) in nc_input_packet() argument
|
| /openbmc/u-boot/include/ |
| H A D | net.h | 684 unsigned src_port, unsigned len);
|
| /openbmc/qemu/ |
| H A D | qemu-options.hx | 4679 ``udp:[remote_host]:remote_port[@[src_ip]:src_port]``
|