]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/dccp/ackvec.h
dccp ccid-2: Algorithm to update buffer state
[net-next-2.6.git] / net / dccp / ackvec.h
index 23880be8fc29711752e42e564364f97dd9bc729e..3f7008187b8eb34a1455d325111bcd3e2f8a8b42 100644 (file)
@@ -117,6 +117,7 @@ extern int dccp_ackvec_parse(struct sock *sk, const struct sk_buff *skb,
                             const u8 *value, const u8 len);
 
 extern int  dccp_ackvec_update_records(struct dccp_ackvec *av, u64 seq, u8 sum);
+extern void dccp_ackvec_clear_state(struct dccp_ackvec *av, const u64 ackno);
 extern u16  dccp_ackvec_buflen(const struct dccp_ackvec *av);
 
 static inline bool dccp_ackvec_is_empty(const struct dccp_ackvec *av)