Searched refs:tfrchrx_ndp (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/ccids/lib/ |
H A D | packet_history.c | 106 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 D | packet_history.h | 63 * @tfrchrx_ndp: the NDP count (if any) of the packet 70 u64 tfrchrx_ndp:48; member
|
/kernel/linux/linux-6.6/net/dccp/ccids/lib/ |
H A D | packet_history.c | 106 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 D | packet_history.h | 63 * @tfrchrx_ndp: the NDP count (if any) of the packet 70 u64 tfrchrx_ndp:48; member
|
Completed in 3 milliseconds