Searched refs:snd_max (Results 1 - 13 of 13) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_seq.h109 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
H A Dtcp_output.c313 idle = (tp->t_flags & TF_LASTIDLE) || (tp->snd_max == tp->snd_una);
458 * If we've recently taken a timeout, snd_max will be greater than
462 if (tp->sack_enable && SEQ_LT(tp->snd_nxt, tp->snd_max))
581 * If snd_nxt == snd_max and we have transmitted a FIN, the
586 * to snd_max after the fast-retransmit.
827 if (SEQ_LT(tp->snd_nxt, tp->snd_max)) {
933 SEQ_GT(tp->snd_max, tp->snd_una) &&
1110 !SEQ_LT(tp->snd_nxt, tp->snd_max) && !sack_rxmit) {
1290 (so->so_snd.sb_cc - (tp->snd_max - tp->snd_una)) >=
1292 tp->t_bwmeas->bw_size = min((so->so_snd.sb_cc - (tp->snd_max
[all...]
H A Dtcp_ledbat.c192 flight_size = tp->snd_max - tp->snd_una;
282 tp->snd_nxt == tp->snd_max) ? incr * 2 : incr;
311 ss = tp->snd_max - th->th_ack;
H A Dtcp_newreno.c259 tp->snd_nxt == tp->snd_max) ? incr * 2 : incr;
295 ss = tp->snd_max - th->th_ack;
H A Dtcp_sack.c348 SEQ_LT(sack.start, tp->snd_max) &&
350 SEQ_LEQ(sack.end, tp->snd_max))
H A Dtcp_debug.c254 (uint32_t)tp->snd_una, (uint32_t)tp->snd_nxt, (uint32_t)tp->snd_max);
H A Dtcp_var.h234 tcp_seq snd_max; /* highest sequence number sent; member in struct:tcpcb
554 tcp_seq snd_max; /* highest sequence number sent; member in struct:otcpcb
792 tcp_seq snd_max; /* highest sequence number sent; member in struct:xtcpcb64
875 tcp_seq snd_max; /* highest sequence number sent; member in struct:xtcpcb_n
H A Din_pcblist.c210 xt->snd_max = tp->snd_max;
H A Dtcp_input.c746 tp->snd_recover = tp->snd_max;
2235 tp->snd_nxt == tp->snd_max) {
2256 SEQ_LEQ(th->th_ack, tp->snd_max) &&
2278 tp->snd_nxt = tp->snd_max;
2344 if (tp->snd_una == tp->snd_max)
2607 SEQ_GT(th->th_ack, tp->snd_max))) {
2632 SEQ_GT(th->th_ack, tp->snd_max))) {
3185 * tp->snd_una < th->th_ack <= tp->snd_max
3197 if (SEQ_GT(th->th_ack, tp->snd_max)) {
3292 tp->snd_recover = tp->snd_max;
[all...]
H A Dtcp_subr.c1323 otp->snd_max = tp->snd_max;
1509 otp->snd_max = tp->snd_max;
1757 SEQ_LT(icmp_tcp_seq, tp->snd_max)) {
H A Dtcp_usrreq.c1140 if (tp->snd_max != tp->snd_nxt)
1175 ti->tcpi_txunacked = tp->snd_max - tp->snd_una;
H A Dtcp_timer.c744 tp->snd_recover = tp->snd_max;
/darwin-on-arm/xnu/bsd/net/
H A Dntstat.c1026 desc->txunacked = tp->snd_max - tp->snd_una;

Completed in 62 milliseconds