HomeSort by: relevance | last modified time | path
    Searched defs:l_stcb (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctp_input.c 1667 struct sctp_tcb *l_stcb=*stcb; local in function:sctp_handle_cookie_echo
1800 if (l_stcb) {
1801 SCTP_TCB_UNLOCK(l_stcb);
1804 if (l_stcb) {
1805 SCTP_TCB_LOCK(l_stcb);
sctp_input.c 1667 struct sctp_tcb *l_stcb=*stcb; local in function:sctp_handle_cookie_echo
1800 if (l_stcb) {
1801 SCTP_TCB_UNLOCK(l_stcb);
1804 if (l_stcb) {
1805 SCTP_TCB_LOCK(l_stcb);

Completed in 26 milliseconds