aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ackvec.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/dccp/ackvec.h')
-rw-r--r--net/dccp/ackvec.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/dccp/ackvec.h b/net/dccp/ackvec.h
index df18f9030dbb..b34e5ed4c342 100644
--- a/net/dccp/ackvec.h
+++ b/net/dccp/ackvec.h
@@ -112,7 +112,7 @@ extern int dccp_ackvec_parse(struct sock *sk, const struct sk_buff *skb,
112 u64 *ackno, const u8 opt, 112 u64 *ackno, const u8 opt,
113 const u8 *value, const u8 len); 113 const u8 *value, const u8 len);
114 114
115extern int dccp_insert_option_ackvec(struct sock *sk, struct sk_buff *skb); 115extern int dccp_ackvec_update_records(struct dccp_ackvec *av, u64 seq, u8 sum);
116 116
117static inline int dccp_ackvec_pending(const struct dccp_ackvec *av) 117static inline int dccp_ackvec_pending(const struct dccp_ackvec *av)
118{ 118{
@@ -155,8 +155,7 @@ static inline int dccp_ackvec_parse(struct sock *sk, const struct sk_buff *skb,
155 return -1; 155 return -1;
156} 156}
157 157
158static inline int dccp_insert_option_ackvec(const struct sock *sk, 158static inline int dccp_ackvec_update_records(struct dccp_ackvec *av, u64 seq, u8 nonce)
159 const struct sk_buff *skb)
160{ 159{
161 return -1; 160 return -1;
162} 161}