Lines Matching full:packet
26 If the packet difference, notify COLO-frame to do checkpoint and send
27 all primary packet has queued. Otherwise just send the queued primary
28 packet and drop the queued secondary packet.
69 1.Guest receive packet route:
74 Mirror client will send packet to guest,at the
75 same time, copy and forward packet to secondary
81 If receive packet is TCP packet,we will adjust ack
85 2.Guest send packet route:
90 Redirect server filter receive primary guest packet
94 COLO-compare receive primary guest packet then
95 waiting secondary redirect packet to compare it.
96 If packet same,send queued primary packet and clear
97 queued secondary packet, Otherwise send primary packet
101 The redirector get packet from colo-compare by use
105 Send the packet.
110 If the packet is TCP packet,we will adjust seq
116 Forward packet to primary.
125 It gives qemu the ability to redirect net packet.
126 Redirector can redirect filter's net packet to outdev,
127 and redirect indev's packet to filter.
145 COLO-compare, we do packet comparing job.
149 primary_in=chardev1-id (source: primary send packet)
150 secondary_in=chardev2-id (source: secondary send packet)
153 Filter-rewriter will rewrite some of secondary packet to make
155 In this module we will rewrite tcp packet's ack to the secondary
156 from primary,and rewrite tcp packet's seq to the primary from
217 c.Filter-rewriter only rewrite tcp packet.