Searched refs:tfrc_calc_x (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/net/dccp/ccids/lib/
H A Dtfrc.h58 u32 tfrc_calc_x(u16 s, u32 R, u32 p);
H A Dtfrc_equation.c610 * tfrc_calc_x - Calculate the send rate as per section 3.1 of RFC3448
617 u32 tfrc_calc_x(u16 s, u32 R, u32 p) tfrc_calc_x() function
/linux-4.4.14/net/dccp/ccids/
H A Dccid3.c424 hc->tx_x_calc = tfrc_calc_x(hc->tx_s, hc->tx_rtt, hc->tx_p); ccid3_hc_tx_packet_recv()

Completed in 101 milliseconds