Home
last modified time | relevance | path

Searched refs:ecn_fallback_ce (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/bsd/net/
H A Dif_var_private.h284 u_int64_t ecn_fallback_ce; member
345 ecn_fallback_ce:1, member
H A Dntstat.h1313 u_int32_t ecn_fallback_ce; /* Number of times we fallback because we received too many CEs */ member
H A Dntstat.c4666 data->u.tcp_stats.ecn_fallback_ce); in nstat_sysinfo_send_data_internal()
/xnu-11215/bsd/netinet/
H A Dtcp_subr.c5373 if (ifs->ecn_fallback_ce) { in tcp_update_stats_per_flow()
5374 IFP_PER_FLOW_STAT(ifs->ipv4, ecn_fallback_ce); in tcp_update_stats_per_flow()
H A Dtcp_timer.c2639 &prev.tcps_ecn_fallback_ce, &stat.ecn_fallback_ce); in tcp_report_stats()
H A Dtcp_input.c3037 INP_INC_IFNET_STAT(inp, ecn_fallback_ce); in tcp_input()