Searched refs:tx_tfrc (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/ccids/
H A Dccid3.h98 struct tfrc_tx_info tx_tfrc; member in struct:ccid3_hc_tx_sock
99 #define tx_x tx_tfrc.tfrctx_x
100 #define tx_x_recv tx_tfrc.tfrctx_x_recv
101 #define tx_x_calc tx_tfrc.tfrctx_x_calc
102 #define tx_rtt tx_tfrc.tfrctx_rtt
103 #define tx_p tx_tfrc.tfrctx_p
104 #define tx_t_rto tx_tfrc.tfrctx_rto
105 #define tx_t_ipi tx_tfrc.tfrctx_ipi
H A Dccid3.c593 if (len < sizeof(hc->tx_tfrc))
595 len = sizeof(hc->tx_tfrc);
596 val = &hc->tx_tfrc;

Completed in 56 milliseconds