Searched refs:dctcp (Results 1 – 3 of 3) sorted by relevance
789 struct dctcpstat *dctcp; member1698 if (s->dctcp && s->dctcp->enabled) { in tcp_stats_print()1699 struct dctcpstat *dctcp = s->dctcp; in tcp_stats_print() local1702 dctcp->ce_state, dctcp->alpha, dctcp->ab_ecn, in tcp_stats_print()1703 dctcp->ab_tot); in tcp_stats_print()1704 } else if (s->dctcp) { in tcp_stats_print()1962 struct dctcpstat *dctcp = malloc(sizeof(struct in tcp_show_info() local1968 dctcp->enabled = !!dinfo->dctcp_enabled; in tcp_show_info()1969 dctcp->ce_state = dinfo->dctcp_ce_state; in tcp_show_info()1970 dctcp->alpha = dinfo->dctcp_alpha; in tcp_show_info()[all …]
150 struct tcp_dctcp_info dctcp; member