Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dtcp.h268 u32 max_packets_seq; /* right edge of max_packets_out flight */ member
/Linux-v5.10/net/ipv4/
Dtcp_output.c1882 if (!before(tp->snd_una, tp->max_packets_seq) || in tcp_cwnd_validate()
1886 tp->max_packets_seq = tp->snd_nxt; in tcp_cwnd_validate()