Home
last modified time | relevance | path

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

/linux/net/dccp/ccids/lib/
H A Dpacket_history.c106 entry->tfrchrx_ndp = ndp; in tfrc_rx_hist_entry_from_skb()
178 u64 n1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_ndp; in __one_after_loss()
228 u64 n1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_ndp; in __two_after_loss()
232 u64 n2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_ndp; in __two_after_loss()
274 u64 n2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_ndp, in __three_after_loss()
275 n3 = tfrc_rx_hist_entry(h, 3)->tfrchrx_ndp; in __three_after_loss()
H A Dpacket_history.h70 u64 tfrchrx_ndp:48; member