Searched refs:ccid3hcrx_pinv (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.h142 * @ccid3hcrx_pinv - Inverse of Loss Event Rate (RFC 4342, sec. 8.5)
160 u32 ccid3hcrx_pinv; member in struct:ccid3_hc_rx_sock
H A Dccid3.c779 hcrx->ccid3hcrx_pinv = ~0U; /* see RFC 4342, 8.5 */
782 hcrx->ccid3hcrx_pinv = 1; /* use 100% in this case */
784 hcrx->ccid3hcrx_pinv = 1000000 / hcrx->ccid3hcrx_p;
806 pinv = htonl(hcrx->ccid3hcrx_pinv);

Completed in 107 milliseconds