Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_private.h248 …u_int64_t tcpi_snd_bw __attribute__((aligned(8))); /* measured send bandwidth in bits/sec… member
H A Dtcp_usrreq.c1809 ti->tcpi_snd_bw = (tp->t_bwmeas->bw_sndbw * 8000); in tcp_fill_info()