Searched refs:newdp (Results 1 – 1 of 1) sorted by relevance
92 struct dccp_sock *newdp = dccp_sk(newsk); in dccp_create_openreq_child() local95 newdp->dccps_hc_rx_ackvec = NULL; in dccp_create_openreq_child()96 newdp->dccps_service_list = NULL; in dccp_create_openreq_child()97 newdp->dccps_hc_rx_ccid = NULL; in dccp_create_openreq_child()98 newdp->dccps_hc_tx_ccid = NULL; in dccp_create_openreq_child()104 INIT_LIST_HEAD(&newdp->dccps_featneg); in dccp_create_openreq_child()116 newdp->dccps_iss = dreq->dreq_iss; in dccp_create_openreq_child()117 newdp->dccps_gss = dreq->dreq_gss; in dccp_create_openreq_child()118 newdp->dccps_gar = newdp->dccps_iss; in dccp_create_openreq_child()119 newdp->dccps_isr = dreq->dreq_isr; in dccp_create_openreq_child()[all …]
Completed in 3 milliseconds