Home
last modified time | relevance | path

Searched refs:nv_last_snd_una (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_nv.c113 u32 nv_last_snd_una; /* Previous value of tp->snd_una. It is member
135 ca->nv_last_snd_una = tp->snd_una; in tcpnv_reset()
266 bytes_acked = tp->snd_una - ca->nv_last_snd_una; in tcpnv_acked()
267 ca->nv_last_snd_una = tp->snd_una; in tcpnv_acked()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_nv.c112 u32 nv_last_snd_una; /* Previous value of tp->snd_una. It is member
134 ca->nv_last_snd_una = tp->snd_una; in tcpnv_reset()
265 bytes_acked = tp->snd_una - ca->nv_last_snd_una; in tcpnv_acked()
266 ca->nv_last_snd_una = tp->snd_una; in tcpnv_acked()

Completed in 3 milliseconds