Home
last modified time | relevance | path

Searched refs:ip_dst (Results 1 – 12 of 12) sorted by relevance

/qemu/net/
H A Dtrace-events19 …stc, const char *std) "ppkt size = %d, ip_src = %s, ip_dst = %s, spkt size = %d, ip_src = %s, ip_d…
H A Dcolo.c104 key->src = pkt->ip->ip_dst; in extract_ip_and_port()
110 key->dst = pkt->ip->ip_dst; in extract_ip_and_port()
H A Dutil.h50 struct in_addr ip_src, ip_dst; /* source and dest address */ member
H A Dfilter-rewriter.c80 inet_ntoa(pkt->ip->ip_src), inet_ntoa(pkt->ip->ip_dst), in handle_primary_tcp_pkt()
187 inet_ntoa(pkt->ip->ip_src), inet_ntoa(pkt->ip->ip_dst), in handle_secondary_tcp_pkt()
H A Deth.c333 ipph.ip_dst = iphdr->ip_dst; in eth_calc_ip4_pseudo_hdr_csum()
H A Dcolo-compare.c334 strcpy(pri_ip_dst, inet_ntoa(ppkt->ip->ip_dst)); in colo_compare_packet_payload()
336 strcpy(sec_ip_dst, inet_ntoa(spkt->ip->ip_dst)); in colo_compare_packet_payload()
/qemu/hw/net/rocker/
H A Drocker-hmp-cmds.c189 if (key->ip_dst) { in hmp_rocker_of_dpa_flows()
190 monitor_printf(mon, " dst %s", key->ip_dst); in hmp_rocker_of_dpa_flows()
H A Drocker_of_dpa.c657 match->value.ipv4.addr.dst = fc->fields.ipv4hdr->ip_dst; in of_dpa_unicast_routing_build_match()
688 match->value.ipv4.addr.dst = fc->fields.ipv4hdr->ip_dst; in of_dpa_multicast_routing_build_match()
2399 nkey->ip_dst = g_strdup_printf("%s/%d", dst, dst_len); in of_dpa_flow_fill()
/qemu/include/net/
H A Deth.h58 uint32_t ip_src, ip_dst; /* source and destination address */ member
92 uint32_t ip_dst; member
/qemu/hw/hyperv/
H A Dsyndbg.c169 PKT_GET_IP_HDR(pkt)->ip_dst = syndbg->target_ip; in create_udp_pkt()
/qemu/hw/net/
H A Dnet_rx_pkt.c260 &ip4_hdr->ip_dst, sizeof(uint32_t)); in _net_rx_rss_prepare_ip4()
H A Dvirtio-net.c2291 if ((ip1->ip_src ^ ip2->ip_src) || (ip1->ip_dst ^ ip2->ip_dst) in virtio_net_rsc_coalesce4()