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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/ccids/
H A Dccid3.h146 struct tfrc_rx_info ccid3hcrx_tfrc; member in struct:ccid3_hc_rx_sock
147 #define ccid3hcrx_x_recv ccid3hcrx_tfrc.tfrcrx_x_recv
148 #define ccid3hcrx_rtt ccid3hcrx_tfrc.tfrcrx_rtt
149 #define ccid3hcrx_p ccid3hcrx_tfrc.tfrcrx_p
H A Dccid3.c1182 if (len < sizeof(hcrx->ccid3hcrx_tfrc))
1184 len = sizeof(hcrx->ccid3hcrx_tfrc);
1185 val = &hcrx->ccid3hcrx_tfrc;

Completed in 24 milliseconds