Home
last modified time | relevance | path

Searched refs:TFRC_NDUPACK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/dccp/ccids/lib/
H A Dpacket_history.h57 #define TFRC_NDUPACK 3 macro
82 struct tfrc_rx_hist_entry *ring[TFRC_NDUPACK + 1];
93 return (h->loss_start + n) & TFRC_NDUPACK; in tfrc_rx_hist_index()
H A Dpacket_history.c338 for (i = 0; i <= TFRC_NDUPACK; i++) { in tfrc_rx_hist_alloc()
359 for (i = 0; i <= TFRC_NDUPACK; ++i) in tfrc_rx_hist_purge()