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

/linux-4.1.27/net/dccp/ccids/lib/
H A Dpacket_history.h151 u32 tfrc_rx_hist_sample_rtt(struct tfrc_rx_hist *h, const struct sk_buff *skb);
H A Dpacket_history.c400 * tfrc_rx_hist_sample_rtt - Sample RTT from timestamp / CCVal
404 u32 tfrc_rx_hist_sample_rtt(struct tfrc_rx_hist *h, const struct sk_buff *skb) tfrc_rx_hist_sample_rtt() function
/linux-4.1.27/net/dccp/ccids/
H A Dccid3.c764 const u32 sample = tfrc_rx_hist_sample_rtt(&hc->rx_hist, skb); ccid3_hc_rx_packet_recv()

Completed in 111 milliseconds