[CCID3]: Move ccid3_hc_rx_detect_loss to packet_history.c
[deliverable/linux.git] / net / dccp / ccids / lib / packet_history.h
index ebfcb8e2c6768991696b755282e8e3a2b0f36eab..fb90a91aa93d64816789dc2c250fdebcd6923784 100644 (file)
@@ -193,4 +193,7 @@ extern int dccp_rx_hist_add_packet(struct dccp_rx_hist *hist,
                                   struct list_head *li_list,
                                   struct dccp_rx_hist_entry *packet);
 
+extern u64 dccp_rx_hist_detect_loss(struct list_head *rx_list,
+                                   struct list_head *li_list, u8 *win_loss);
+
 #endif /* _DCCP_PKT_HIST_ */
This page took 0.028647 seconds and 5 git commands to generate.