]> err.no Git - linux-2.6/blobdiff - net/dccp/ccids/lib/loss_interval.h
net: use software GSO for SG+CSUM capable netdevices
[linux-2.6] / net / dccp / ccids / lib / loss_interval.h
index 5e3c5c54a495cbf508c04bdc7a217689aab06e56..246018a3b269f7a714f121eeb18cedbf832fee20 100644 (file)
@@ -65,19 +65,11 @@ static inline u8 tfrc_lh_length(struct tfrc_loss_hist *lh)
        return min(lh->counter, (u8)LIH_SIZE);
 }
 
-extern void dccp_li_hist_purge(struct list_head *list);
 struct tfrc_rx_hist;
+
 extern int  tfrc_lh_interval_add(struct tfrc_loss_hist *, struct tfrc_rx_hist *,
                                 u32 (*first_li)(struct sock *), struct sock *);
 extern u8   tfrc_lh_update_i_mean(struct tfrc_loss_hist *lh, struct sk_buff *);
 extern void tfrc_lh_cleanup(struct tfrc_loss_hist *lh);
 
-extern u32 dccp_li_hist_calc_i_mean(struct list_head *list);
-
-extern void dccp_li_update_li(struct sock *sk,
-                             struct list_head *li_hist_list,
-                             struct list_head *hist_list,
-                             ktime_t last_feedback, u16 s,
-                             u32 bytes_recv, u32 previous_x_recv,
-                             u64 seq_loss, u8 win_loss);
 #endif /* _DCCP_LI_HIST_ */