aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/dccp.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/dccp/dccp.h')
-rw-r--r--net/dccp/dccp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/dccp/dccp.h b/net/dccp/dccp.h
index ddacc23be5e8..a75c740ae6c0 100644
--- a/net/dccp/dccp.h
+++ b/net/dccp/dccp.h
@@ -396,6 +396,8 @@ extern int dccp_insert_options(struct sock *sk, struct sk_buff *skb);
396extern int dccp_insert_option_elapsed_time(struct sock *sk, 396extern int dccp_insert_option_elapsed_time(struct sock *sk,
397 struct sk_buff *skb, 397 struct sk_buff *skb,
398 u32 elapsed_time); 398 u32 elapsed_time);
399extern u32 dccp_timestamp(void);
400extern void dccp_timestamping_init(void);
399extern int dccp_insert_option_timestamp(struct sock *sk, 401extern int dccp_insert_option_timestamp(struct sock *sk,
400 struct sk_buff *skb); 402 struct sk_buff *skb);
401extern int dccp_insert_option(struct sock *sk, struct sk_buff *skb, 403extern int dccp_insert_option(struct sock *sk, struct sk_buff *skb,