Searched refs:th_ack (Results 1 – 2 of 2) sorted by relevance
81 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()
65 uint32_t th_ack; /* acknowledgment number */ member163 uint32_t th_ack; /* acknowledgment number */ member