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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcpip.h93 #define ti_ack ti_t.th_ack
H A Dtcp_sack.c314 tcp_sack_doack(struct tcpcb *tp, struct tcpopt *to, tcp_seq th_ack) argument
325 if (SEQ_LT(tp->snd_una, th_ack) && !TAILQ_EMPTY(&tp->snd_holes)) {
327 sack_blocks[num_sack_blks++].end = th_ack;
338 SEQ_GT(sack.start, th_ack) &&
371 tp->snd_fack = SEQ_MAX(tp->snd_una, th_ack);
403 * blocks. This also trims the scoreboard for th_ack
530 if (((th->th_ack - tp->snd_una) / tp->t_maxseg) > 2)
H A Dtcp.h85 tcp_seq th_ack; /* acknowledgement number */ member in struct:tcphdr
H A Dtcp_input.c609 th->th_seq, th->th_ack, th->th_win);
649 th->th_seq, th->th_ack, th->th_win);
777 NTOHL(th->th_ack);
1456 if (SEQ_GT(th->th_ack, tp->snd_una) &&
1457 SEQ_LEQ(th->th_ack, tp->snd_max) &&
1498 SEQ_GT(th->th_ack, tp->t_rtseq)) {
1504 acked = th->th_ack - tp->snd_una;
1520 SEQ_LEQ(th->th_ack, tp->snd_recover))
1521 tp->snd_recover = th->th_ack - 1;
1522 tp->snd_una = th->th_ack;
[all...]
H A Dtcp_debug.c207 ack = th->th_ack;
H A Dip_fw2.c957 u_int32_t ack = ntohl(tcp->th_ack);
1267 tcp->th_ack = htonl(0);
1273 tcp->th_ack = htonl(seq);
1293 tcp->th_ack = htonl(ack);
1339 ntohl(tcp->th_ack),
1971 L3HDR(struct tcphdr,ip)->th_ack);
H A Dip_compat.h536 __u32 th_ack;
H A Dtcp_subr.c427 tcp_hdr->th_ack = 0;
613 nth->th_ack = htonl(ack);
H A Dtcp_output.c1255 th->th_ack = htonl(tp->rcv_nxt);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_fw.c845 ti.th.th_ack = ntohl(ti.th.th_ack);
849 seq = ti.th.th_ack;

Completed in 39 milliseconds