Searched refs:th_ack (Results 1 - 15 of 15) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcpip.h93 #define ti_ack ti_t.th_ack
H A Dtcp_sack.c321 tcp_sack_doack(struct tcpcb *tp, struct tcpopt *to, tcp_seq th_ack) argument
332 if (SEQ_LT(tp->snd_una, th_ack) && !TAILQ_EMPTY(&tp->snd_holes)) {
334 sack_blocks[num_sack_blks++].end = th_ack;
347 SEQ_GT(sack.start, th_ack) &&
382 tp->snd_fack = SEQ_MAX(tp->snd_una, th_ack);
414 * blocks. This also trims the scoreboard for th_ack
543 if (((th->th_ack - tp->snd_una) / tp->t_maxseg) > 2)
H A Dtcp_newreno.c202 acked = th->th_ack - tp->snd_una;
236 acked = th->th_ack - tp->snd_una;
295 ss = tp->snd_max - th->th_ack;
H A Dtcp_input.c1206 th->th_seq, th->th_ack, th->th_win);
1321 th->th_seq, th->th_ack, th->th_win);
1430 NTOHL(th->th_ack);
2255 if (SEQ_GT(th->th_ack, tp->snd_una) &&
2256 SEQ_LEQ(th->th_ack, tp->snd_max) &&
2300 SEQ_GT(th->th_ack, tp->t_rtseq)) {
2303 acked = th->th_ack - tp->snd_una;
2322 SEQ_LEQ(th->th_ack, tp->snd_recover))
2323 tp->snd_recover = th->th_ack - 1;
2324 tp->snd_una = th->th_ack;
[all...]
H A Dtcp_ledbat.c231 acked = th->th_ack - tp->snd_una;
263 acked = th->th_ack - tp->snd_una;
311 ss = tp->snd_max - th->th_ack;
H A Dtcp.h85 tcp_seq th_ack; /* acknowledgement number */ member in struct:tcphdr
H A Dtcp_lro.c181 if (SEQ_GT(tcp_hdr->th_ack, flow->lr_tcphdr->th_ack)) {
183 printf("%s: th_ack = %x flow_ack = %x \n",
184 __func__, tcp_hdr->th_ack,
185 flow->lr_tcphdr->th_ack);
880 HTONL(tcp_hdr->th_ack);
888 NTOHL(tcp_hdr->th_ack);
H A Dtcp_debug.c207 ack = th->th_ack;
H A Dtcp_output.c1514 th->th_ack = htonl(tp->rcv_nxt);
2242 tcp_seq org_ack = ntohl(th->th_ack);
2257 th->th_ack = htonl(prev_ack);
2295 printf("%s: lropktlen = %d count = %d, th_ack = %x \n",
2297 th->th_ack);
H A Dip_compat.h536 __u32 th_ack;
H A Dip_fw2.c1455 u_int32_t ack = ntohl(tcp->th_ack);
1764 tcp->th_ack = htonl(0);
1770 tcp->th_ack = htonl(seq);
1790 tcp->th_ack = htonl(ack);
1833 ntohl(tcp->th_ack),
2475 L3HDR(struct tcphdr,ip)->th_ack);
H A Dtcp_subr.c525 tcp_hdr->th_ack = 0;
712 nth->th_ack = htonl(ack);
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_fw.c852 ti.th.th_ack = ntohl(ti.th.th_ack);
856 seq = ti.th.th_ack;
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c2468 th->th_ack = htonl(ack);
4608 ntohl(th->th_ack), ack, TH_RST|TH_ACK, 0, 0,
5847 (ntohl(th->th_ack) != (*state)->src.seqhi + 1) ||
5870 (ntohl(th->th_ack) != (*state)->src.seqhi + 1) ||
5886 (ntohl(th->th_ack) != (*state)->dst.seqhi + 1)) {
5894 ntohl(th->th_ack), ntohl(th->th_seq) + 1,
5963 ack = ntohl(th->th_ack) - dst->seqdiff;
5966 pf_change_a(&th->th_ack, &th->th_sum, htonl(ack), 0);
5969 ack = ntohl(th->th_ack);
6027 ack = ntohl(th->th_ack)
[all...]
H A Dpf_norm.c2183 ov = *(u_int16_t *)(&th->th_ack + 1);
2186 nv = *(u_int16_t *)(&th->th_ack + 1);

Completed in 173 milliseconds