Lines Matching full:secondary
73 * |primary | |secondary |primary | |secondary
78 * |primary | |secondary |primary | |secondary
83 * |primary | |secondary |primary | |secondary
153 [SECONDARY_IN] = "secondary",
317 * The IP packets sent by primary and secondary
365 /* one part of secondary packet payload still need to be compared */ in colo_mark_tcp_pkt()
376 /* secondary guest hasn't ack the data, don't send in colo_mark_tcp_pkt()
383 /* primary packet is longer than secondary packet, compare in colo_mark_tcp_pkt()
407 * send the ppkt because it will cause the secondary guest in colo_compare_tcp()
410 * primary side and secondary side. Only when the ack is in colo_compare_tcp()
413 * primary and secondary. in colo_compare_tcp()
520 * and secondary guest are same or not, So we ignored all IP header include in colo_packet_compare_udp()
531 trace_colo_compare_udp_miscompare("Secondary pkt size", spkt->size); in colo_packet_compare_udp()
559 * and secondary guest are same or not, So we ignored all IP header include in colo_packet_compare_icmp()
571 trace_colo_compare_icmp_miscompare("Secondary pkt size", in colo_packet_compare_icmp()
648 * Look for old packets that the secondary hasn't matched,
650 * the secondary up.
699 * for compare packet with secondary list of the
859 * arriving over the socket from the secondary.
889 * that the secondary hasn't produced equivalents of.
1174 trace_colo_compare_main("secondary: unsupported packet in"); in compare_sec_rs_finalize()