diff options
Diffstat (limited to 'net/dccp/ackvec.h')
-rw-r--r-- | net/dccp/ackvec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ackvec.h b/net/dccp/ackvec.h index ebcbbc726cff..3e894a0173a7 100644 --- a/net/dccp/ackvec.h +++ b/net/dccp/ackvec.h | |||
@@ -111,7 +111,7 @@ extern int dccp_ackvec_parse(struct sock *sk, const struct sk_buff *skb, | |||
111 | u64 *ackno, const u8 opt, | 111 | u64 *ackno, const u8 opt, |
112 | const u8 *value, const u8 len); | 112 | const u8 *value, const u8 len); |
113 | 113 | ||
114 | extern int dccp_insert_option_ackvec(struct sock *sk, struct sk_buff *skb); | 114 | extern int dccp_ackvec_update_records(struct dccp_ackvec *av, u64 seq, u8 sum); |
115 | 115 | ||
116 | static inline int dccp_ackvec_pending(const struct dccp_ackvec *av) | 116 | static inline int dccp_ackvec_pending(const struct dccp_ackvec *av) |
117 | { | 117 | { |