Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_recovery.c142 void tcp_newreno_mark_lost(struct sock *sk, bool snd_una_advanced) in tcp_rack_advance()
148 (state == TCP_CA_Recovery && snd_una_advanced)) {
217 tcp_newreno_mark_lost(struct sock * sk,bool snd_una_advanced) tcp_newreno_mark_lost() argument
/linux/include/net/
H A Dtcp.h2568 void tcp_newreno_mark_lost(struct sock *sk, bool snd_una_advanced); in tcp_rto_delta_us()