Searched refs:th_ack (Results 1 – 4 of 4) 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()
209 pkt->tcp_ack = ntohl(tcphd->th_ack); in fill_pkt_tcp_info()
65 uint32_t th_ack; /* acknowledgment number */ member163 uint32_t th_ack; /* acknowledgment number */ member
2223 nack = htonl(n_tcp->th_ack); in virtio_net_rsc_handle_ack()2225 oack = htonl(o_tcp->th_ack); in virtio_net_rsc_handle_ack()2304 o_unit->tcp->th_ack = n_unit->tcp->th_ack; in virtio_net_rsc_coalesce_data()