hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/net/dccp/minisocks.c
....@@ -1,13 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * net/dccp/minisocks.c
34 *
45 * An implementation of the DCCP protocol
56 * Arnaldo Carvalho de Melo <acme@conectiva.com.br>
6
- *
7
- * This program is free software; you can redistribute it and/or
8
- * modify it under the terms of the GNU General Public License
9
- * as published by the Free Software Foundation; either version
10
- * 2 of the License, or (at your option) any later version.
117 */
128
139 #include <linux/dccp.h>
....@@ -222,6 +218,7 @@
222218 */
223219 int dccp_child_process(struct sock *parent, struct sock *child,
224220 struct sk_buff *skb)
221
+ __releases(child)
225222 {
226223 int ret = 0;
227224 const int state = child->sk_state;