Home
last modified time | relevance | path

Searched refs:dctcp (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/misc/
Dss.c789 struct dctcpstat *dctcp; member
1698 if (s->dctcp && s->dctcp->enabled) { in tcp_stats_print()
1699 struct dctcpstat *dctcp = s->dctcp; in tcp_stats_print() local
1702 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() local
1968 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 …]
/external/kernel-headers/original/uapi/linux/
Dinet_diag.h150 struct tcp_dctcp_info dctcp; member
/external/iproute2/include/linux/
Dinet_diag.h150 struct tcp_dctcp_info dctcp; member