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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/dccp/dccp.h b/net/dccp/dccp.h
index 6fcc9d47ae8c..d57d21351149 100644
--- a/net/dccp/dccp.h
+++ b/net/dccp/dccp.h
@@ -177,7 +177,7 @@ extern int dccp_rcv_state_process(struct sock *sk, struct sk_buff *skb,
177extern int dccp_rcv_established(struct sock *sk, struct sk_buff *skb, 177extern int dccp_rcv_established(struct sock *sk, struct sk_buff *skb,
178 const struct dccp_hdr *dh, const unsigned len); 178 const struct dccp_hdr *dh, const unsigned len);
179 179
180extern int dccp_init_sock(struct sock *sk); 180extern int dccp_init_sock(struct sock *sk, const __u8 ctl_sock_initialized);
181extern int dccp_destroy_sock(struct sock *sk); 181extern int dccp_destroy_sock(struct sock *sk);
182 182
183extern void dccp_close(struct sock *sk, long timeout); 183extern void dccp_close(struct sock *sk, long timeout);
@@ -337,8 +337,6 @@ extern void dccp_insert_option(struct sock *sk, struct sk_buff *skb,
337 unsigned char option, 337 unsigned char option,
338 const void *value, unsigned char len); 338 const void *value, unsigned char len);
339 339
340extern struct socket *dccp_ctl_socket;
341
342extern void dccp_timestamp(const struct sock *sk, struct timeval *tv); 340extern void dccp_timestamp(const struct sock *sk, struct timeval *tv);
343 341
344static inline suseconds_t timeval_usecs(const struct timeval *tv) 342static inline suseconds_t timeval_usecs(const struct timeval *tv)