diff options
Diffstat (limited to 'net/dccp/dccp.h')
-rw-r--r-- | net/dccp/dccp.h | 4 |
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, | |||
177 | extern int dccp_rcv_established(struct sock *sk, struct sk_buff *skb, | 177 | extern 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 | ||
180 | extern int dccp_init_sock(struct sock *sk); | 180 | extern int dccp_init_sock(struct sock *sk, const __u8 ctl_sock_initialized); |
181 | extern int dccp_destroy_sock(struct sock *sk); | 181 | extern int dccp_destroy_sock(struct sock *sk); |
182 | 182 | ||
183 | extern void dccp_close(struct sock *sk, long timeout); | 183 | extern 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 | ||
340 | extern struct socket *dccp_ctl_socket; | ||
341 | |||
342 | extern void dccp_timestamp(const struct sock *sk, struct timeval *tv); | 340 | extern void dccp_timestamp(const struct sock *sk, struct timeval *tv); |
343 | 341 | ||
344 | static inline suseconds_t timeval_usecs(const struct timeval *tv) | 342 | static inline suseconds_t timeval_usecs(const struct timeval *tv) |