Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dif_var_private.h317 u_int64_t ecn_fallback_ce; member
379 ecn_fallback_ce:1, member
H A Dntstat.h1587 u_int32_t ecn_fallback_ce; /* Number of times we fallback because we received too many CEs */ member
H A Dntstat.c5052 data->u.tcp_stats.ecn_fallback_ce); in nstat_sysinfo_send_data_internal()
/xnu-12377.61.12/bsd/netinet/
H A Dtcp_cache.c988 TCP_CACHE_INC_IFNET_STAT(tcks->ifp, tcks->af, ecn_fallback_ce); in tcp_heuristic_inc_counters()
H A Dtcp_timer.c2630 &prev.tcps_ecn_fallback_ce, &stat.ecn_fallback_ce); in tcp_report_stats()
H A Dtcp_subr.c5562 if (ifs->ecn_fallback_ce) { in tcp_update_stats_per_flow()
5563 IFP_PER_FLOW_STAT(ifs->ipv4, ecn_fallback_ce); in tcp_update_stats_per_flow()
H A Dtcp_input.c3597 INP_INC_IFNET_STAT(inp, ecn_fallback_ce); in tcp_input()