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

/freebsd-10.3-release/sys/netinet/
H A Dsctp_input.c2411 struct sctp_tcb *l_stcb = *stcb; local
2486 if (l_stcb) {
2487 SCTP_TCB_UNLOCK(l_stcb);
2490 if (l_stcb) {
2491 SCTP_TCB_LOCK(l_stcb);

Completed in 83 milliseconds