Home
last modified time | relevance | path

Searched refs:snd_nxt (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/netinet/
H A Dtcp_output.c288 off = tp->snd_nxt - tp->snd_una; in tcp_output()
401 tp->snd_nxt = tp->snd_una; in tcp_output()
490 tcp_seq ugr_nxt = tp->snd_nxt; in tcp_output()
720 tp->snd_nxt = tp->iss; in tcp_output()
979 tp->snd_nxt == tp->snd_max) in tcp_output()
980 tp->snd_nxt--; in tcp_output()
1113 tp->snd_nxt++; in tcp_output()
1115 tp->snd_nxt++; in tcp_output()
1119 tp->snd_nxt += len; in tcp_output()
1121 tp->snd_max = tp->snd_nxt; in tcp_output()
[all …]
H A Dtcp_input.c2241 tp->snd_nxt = tp->snd_una; in tcp_input()
3216 tp->snd_nxt = th->th_ack; in tcp_newreno_partial_ack()
3222 tp->snd_nxt = old_snd_nxt; in tcp_newreno_partial_ack()
3291 tp->snd_nxt = nextrexmt; in tcp_sack_rexmt()
3329 tp->snd_nxt = old_snd_nxt; in tcp_sack_rexmt()
3363 sent = tp->snd_nxt - next; in tcp_sack_limitedxmit()
3372 tp->snd_nxt = oldsndnxt; in tcp_sack_limitedxmit()
3554 old_snd_nxt = tp->snd_nxt; in tcp_recv_dupack()
3555 tp->snd_nxt = th_ack; in tcp_recv_dupack()
3623 tp->snd_nxt = tp->snd_max; in tcp_recv_dupack()
[all …]
H A Dtcp_seq.h110 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
H A Dtcp_timer.c512 tp->snd_nxt = tp->snd_max; in tcp_revert_congestion_state()
615 tp->snd_nxt = tp->snd_una; in tcp_timer_rexmt_handler()
H A Dtcp_debug.c209 (u_long)tp->snd_una, (u_long)tp->snd_nxt, (u_long)tp->snd_max); in tcp_trace()
H A Dtcp_var.h203 tcp_seq snd_nxt; /* send next */ member
H A Dtcp_subr.c1873 tp->snd_nxt = tp->snd_una; in tcp_mtudisc()
/dragonfly/usr.sbin/trpt/
H A Dtrpt.c415 (u_long)tp->snd_una, (u_long)tp->snd_nxt, in tcp_trace()