Lines Matching refs:dctcp
745 struct dctcpstat *dctcp; member
1907 if (s->dctcp && s->dctcp->enabled) { in tcp_stats_print()
1908 struct dctcpstat *dctcp = s->dctcp; in tcp_stats_print() local
1911 dctcp->ce_state, dctcp->alpha, dctcp->ab_ecn, in tcp_stats_print()
1912 dctcp->ab_tot); in tcp_stats_print()
1913 } else if (s->dctcp) { in tcp_stats_print()
2247 struct dctcpstat *dctcp = malloc(sizeof(struct in tcp_show_info() local
2253 dctcp->enabled = !!dinfo->dctcp_enabled; in tcp_show_info()
2254 dctcp->ce_state = dinfo->dctcp_ce_state; in tcp_show_info()
2255 dctcp->alpha = dinfo->dctcp_alpha; in tcp_show_info()
2256 dctcp->ab_ecn = dinfo->dctcp_ab_ecn; in tcp_show_info()
2257 dctcp->ab_tot = dinfo->dctcp_ab_tot; in tcp_show_info()
2258 s.dctcp = dctcp; in tcp_show_info()
2299 free(s.dctcp); in tcp_show_info()