Home
last modified time | relevance | path

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

/openbmc/linux/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()