Home
last modified time | relevance | path

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

/openbmc/linux/net/dccp/ccids/lib/
H A Dpacket_history.h139 int tfrc_rx_hist_alloc(struct tfrc_rx_hist *h);
H A Dpacket_history.c334 int tfrc_rx_hist_alloc(struct tfrc_rx_hist *h) in tfrc_rx_hist_alloc() function
/openbmc/linux/net/dccp/ccids/
H A Dccid3.c797 return tfrc_rx_hist_alloc(&hc->rx_hist); in ccid3_hc_rx_init()