Home
last modified time | relevance | path

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

/qemu/net/
H A Dfilter-rewriter.c81 ntohl(tcp_pkt->th_seq), ntohl(tcp_pkt->th_ack), in handle_primary_tcp_pkt()
109 conn->offset -= (ntohl(tcp_pkt->th_ack) - 1); in handle_primary_tcp_pkt()
114 tcp_pkt->th_ack = htonl(ntohl(tcp_pkt->th_ack) + conn->offset); in handle_primary_tcp_pkt()
124 (ntohl(tcp_pkt->th_ack) == (conn->fin_ack_seq + 1))) { in handle_primary_tcp_pkt()
188 ntohl(tcp_pkt->th_seq), ntohl(tcp_pkt->th_ack), in handle_secondary_tcp_pkt()
H A Dcolo-compare.c209 pkt->tcp_ack = ntohl(tcphd->th_ack); in fill_pkt_tcp_info()
/qemu/include/net/
H A Deth.h65 uint32_t th_ack; /* acknowledgment number */ member
163 uint32_t th_ack; /* acknowledgment number */ member
/qemu/hw/net/
H A Dvirtio-net.c2185 nack = htonl(n_tcp->th_ack); in virtio_net_rsc_handle_ack()
2187 oack = htonl(o_tcp->th_ack); in virtio_net_rsc_handle_ack()
2266 o_unit->tcp->th_ack = n_unit->tcp->th_ack; in virtio_net_rsc_coalesce_data()