Lines Matching defs:th_ack
1695 th->th_ack = 0;
2035 nth->th_ack = htonl(ack);
2927 (sizeof(struct ip) + 8 + i_hlen + sizeof(struct udphdr) + offsetof(struct tcphdr, th_ack))) {
4139 if (SEQ_LT(th->th_ack, tp->snd_una)) {
4152 } else if (th->th_ack == tp->snd_una) {
4171 if (!SEQ_GT(th->th_ack, tp->snd_max)) {
4173 tp->tcp_cnt_counters[CNT_OF_ACKS_IN] += (((th->th_ack - tp->snd_una) + mss - 1)/mss);
4528 tcp_req_find_a_req_that_is_completed_by(struct tcpcb *tp, tcp_seq th_ack, int *ip)
4531 * Given an ack point (th_ack) walk through our entries and
4532 * return the first one found that th_ack goes past the
4547 if (SEQ_GEQ(th_ack, ent->end_seq)) {