Searched refs:l_stcb (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/netinet/
H A Dsctp_input.c2380 struct sctp_tcb *l_stcb = *stcb; local
2461 if (l_stcb) {
2462 SCTP_TCB_UNLOCK(l_stcb);
2465 if (l_stcb) {
2466 SCTP_TCB_LOCK(l_stcb);

Completed in 107 milliseconds