Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/qemu/include/net/
H A Deth.h65 uint32_t th_ack; /* acknowledgment number */ member
163 uint32_t th_ack; /* acknowledgment number */ member