Searched refs:locked_tcb (Results 1 – 2 of 2) sorted by relevance
1466 struct sctp_nets **netp, struct sockaddr *local, struct sctp_tcb *locked_tcb) argument1494 if (locked_tcb) {1499 atomic_add_int(&locked_tcb->asoc.refcnt, 1);1500 SCTP_TCB_UNLOCK(locked_tcb);1517 if ((stcb != NULL) && (locked_tcb == NULL)) {1521 if ((locked_tcb != NULL) && (locked_tcb != stcb)) {1522 SCTP_INP_RLOCK(locked_tcb->sctp_ep);1523 SCTP_TCB_LOCK(locked_tcb);1524 atomic_subtract_int(&locked_tcb->asoc.refcnt, 1);1525 SCTP_INP_RUNLOCK(locked_tcb->sctp_ep);[all …]
2576 struct sctp_tcb **locked_tcb, argument2846 if (*locked_tcb == NULL) {2853 *locked_tcb = *stcb;