Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_timer.c430 u_int64_t tcps_mptcp_aggregate_cell_bytes; member
2699 tcp_cumulative_stat64(tcpstat.tcps_mptcp_aggregate_cell_bytes, in tcp_report_stats()
2700 &prev.tcps_mptcp_aggregate_cell_bytes, &stat.mptcp_aggregate_cell_bytes); in tcp_report_stats()
H A Dtcp_var.h1225 u_int64_t tcps_mptcp_aggregate_cell_bytes; member
H A Dmptcp_subr.c660 tcpstat.tcps_mptcp_aggregate_cell_bytes += cellbytes; in mptcpstats_session_wrapup()