aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/minisocks.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/dccp/minisocks.c')
-rw-r--r--net/dccp/minisocks.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/dccp/minisocks.c b/net/dccp/minisocks.c
index 0f228ab5169d..d3de696fe4bf 100644
--- a/net/dccp/minisocks.c
+++ b/net/dccp/minisocks.c
@@ -98,8 +98,8 @@ struct sock *dccp_create_openreq_child(struct sock *sk,
98 /* 98 /*
99 * Step 3: Process LISTEN state 99 * Step 3: Process LISTEN state
100 * 100 *
101 * // Generate a new socket and switch to that socket 101 * (* Generate a new socket and switch to that socket *)
102 * Set S := new socket for this port pair 102 * Set S := new socket for this port pair
103 */ 103 */
104 struct sock *newsk = inet_csk_clone(sk, req, GFP_ATOMIC); 104 struct sock *newsk = inet_csk_clone(sk, req, GFP_ATOMIC);
105 105
@@ -148,9 +148,9 @@ out_free:
148 /* 148 /*
149 * Step 3: Process LISTEN state 149 * Step 3: Process LISTEN state
150 * 150 *
151 * Choose S.ISS (initial seqno) or set from Init Cookie 151 * Choose S.ISS (initial seqno) or set from Init Cookies
152 * Set S.ISR, S.GSR, S.SWL, S.SWH from packet or Init 152 * Initialize S.GAR := S.ISS
153 * Cookie 153 * Set S.ISR, S.GSR, S.SWL, S.SWH from packet or Init Cookies
154 */ 154 */
155 155
156 /* See dccp_v4_conn_request */ 156 /* See dccp_v4_conn_request */