Home
last modified time | relevance | path

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

/linux-3.4.99/net/dccp/ccids/lib/
Dpacket_history.c119 entry->tfrchrx_ndp = ndp; in tfrc_rx_hist_entry_from_skb()
193 u64 n1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_ndp; in __one_after_loss()
243 u64 n1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_ndp; in __two_after_loss()
247 u64 n2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_ndp; in __two_after_loss()
289 u64 n2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_ndp, in __three_after_loss()
290 n3 = tfrc_rx_hist_entry(h, 3)->tfrchrx_ndp; in __three_after_loss()
Dpacket_history.h83 u64 tfrchrx_ndp:48; member