Searched refs:l_stcb (Results 1 – 1 of 1) sorted by relevance
2245 struct sctp_tcb *l_stcb = *stcb; in sctp_handle_cookie_echo() local2315 if (l_stcb != NULL) { in sctp_handle_cookie_echo()2316 atomic_add_int(&l_stcb->asoc.refcnt, 1); in sctp_handle_cookie_echo()2317 SCTP_TCB_UNLOCK(l_stcb); in sctp_handle_cookie_echo()2321 if (l_stcb != NULL) { in sctp_handle_cookie_echo()2322 SCTP_TCB_LOCK(l_stcb); in sctp_handle_cookie_echo()2323 atomic_subtract_int(&l_stcb->asoc.refcnt, 1); in sctp_handle_cookie_echo()