Lines Matching refs:dctcp
790 struct dctcpstat *dctcp; member
1745 if (s->dctcp && s->dctcp->enabled) { in tcp_stats_print()
1746 struct dctcpstat *dctcp = s->dctcp; in tcp_stats_print() local
1749 dctcp->ce_state, dctcp->alpha, dctcp->ab_ecn, in tcp_stats_print()
1750 dctcp->ab_tot); in tcp_stats_print()
1751 } else if (s->dctcp) { in tcp_stats_print()
2009 struct dctcpstat *dctcp = malloc(sizeof(struct in tcp_show_info() local
2015 dctcp->enabled = !!dinfo->dctcp_enabled; in tcp_show_info()
2016 dctcp->ce_state = dinfo->dctcp_ce_state; in tcp_show_info()
2017 dctcp->alpha = dinfo->dctcp_alpha; in tcp_show_info()
2018 dctcp->ab_ecn = dinfo->dctcp_ab_ecn; in tcp_show_info()
2019 dctcp->ab_tot = dinfo->dctcp_ab_tot; in tcp_show_info()
2020 s.dctcp = dctcp; in tcp_show_info()
2041 free(s.dctcp); in tcp_show_info()