Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp.h421 u_int32_t tcpi_snd_cwnd; /* Send congestion window. */ member
H A Dtcp_usrreq.c1593 ti->tcpi_snd_cwnd = tp->snd_cwnd; in tcp_fill_info()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c746 ti->tcpi_snd_cwnd = GET_TCB_FIELD(tcb, SND_CWND); in fill_tcp_info_from_tcb()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c24374 ti->tcpi_snd_cwnd = tp->snd_cwnd; in rack_fill_info()