kernel/net/dccp/dccp.h
.. .. @@ -283,6 +283,7 @@ 283 283 int dccp_rcv_established(struct sock *sk, struct sk_buff *skb, 284 284 const struct dccp_hdr *dh, const unsigned int len); 285 285 286 +void dccp_destruct_common(struct sock *sk);286 287 int dccp_init_sock(struct sock *sk, const __u8 ctl_sock_initialized); 287 288 void dccp_destroy_sock(struct sock *sk); 288 289