Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dtcp_input.c3340 tcp_seq oldsndmax = tp->snd_max; in tcp_sack_limitedxmit() local
3369 if (SEQ_LT(oldsndnxt, oldsndmax)) { in tcp_sack_limitedxmit()
3613 tcp_seq oldsndmax = tp->snd_max; in tcp_recv_dupack() local
3629 if (SEQ_LT(oldsndnxt, oldsndmax)) { in tcp_recv_dupack()
3635 sent = tp->snd_max - oldsndmax; in tcp_recv_dupack()