Home
last modified time | relevance | path

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

/linux-5.19.10/net/dccp/ccids/lib/
Dpacket_history.h138 u32 tfrc_rx_hist_sample_rtt(struct tfrc_rx_hist *h, const struct sk_buff *skb);
Dpacket_history.c394 u32 tfrc_rx_hist_sample_rtt(struct tfrc_rx_hist *h, const struct sk_buff *skb) in tfrc_rx_hist_sample_rtt() function
/linux-5.19.10/net/dccp/ccids/
Dccid3.c760 const u32 sample = tfrc_rx_hist_sample_rtt(&hc->rx_hist, skb); in ccid3_hc_rx_packet_recv()