Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp.h420 u_int32_t tcpi_snd_ssthresh; /* Slow start threshold. */ member
H A Dtcp_usrreq.c1589 ti->tcpi_snd_ssthresh = tp->snd_ssthresh; in tcp_fill_info()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c745 ti->tcpi_snd_ssthresh = GET_TCB_FIELD(tcb, SND_SSTHRESH); in fill_tcp_info_from_tcb()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c24368 ti->tcpi_snd_ssthresh = tp->snd_ssthresh; in rack_fill_info()