Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dcolo-compare.c201 static void fill_pkt_tcp_info(void *data, uint32_t *max_ack) in fill_pkt_tcp_info() argument
211 *max_ack = pkt->tcp_ack - *max_ack > 0 ? pkt->tcp_ack : *max_ack; in fill_pkt_tcp_info()
223 static int colo_insert_packet(GQueue *queue, Packet *pkt, uint32_t *max_ack) in colo_insert_packet() argument
227 fill_pkt_tcp_info(pkt, max_ack); in colo_insert_packet()
352 int8_t *mark, uint32_t max_ack) in colo_mark_tcp_pkt() argument
371 if (!after(ppkt->tcp_ack, max_ack)) { in colo_mark_tcp_pkt()