Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dnecp.h464 u_int32_t txwindow; member
524 u_int32_t txwindow; member
H A Dntstat.h479 u_int32_t txwindow; member
1739 u_int32_t txwindow; member
H A Dnecp_client.c6814 digestp->txwindow = tcpstats->necp_tcp_extra.txwindow; in necp_request_nexus_tcp_netstats()
6921 desc->txwindow = tcpstats->necp_tcp_extra.txwindow; in necp_request_nexus_tcp_netstats()
7036 digestp->txwindow = tcpi->tcpi_snd_wnd; in necp_request_aop_tcp_netstats()
7126 desc->txwindow = tcpi->tcpi_snd_wnd; in necp_request_aop_tcp_netstats()
7405 digestp->txwindow = quicstats->necp_quic_extra.txwindow; in necp_request_quic_netstats()
7511 desc->txwindow = quicstats->necp_quic_extra.txwindow; in necp_request_quic_netstats()
H A Dntstat.c2432 desc->txwindow = tp->snd_wnd; in nstat_tcp_copy_descriptor()
8210 xt->snd_wnd = desc->txwindow; in nstat_userland_to_xtcpcb_n()