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

/freebsd-10.1-release/sys/netinet/
H A Dsctp_input.c5588 struct sctp_tcb *lstcb; local
5590 LIST_FOREACH(lstcb, &inp->sctp_asoc_list, sctp_tcblist) {
5591 if (mtx_owned(&lstcb->tcb_mtx)) {
H A Dsctp_pcb.c4142 struct sctp_tcb *lstcb; local
4160 lstcb = sctp_findasoc_ep_asocid_locked(inp, (sctp_assoc_t) id, 0);
4161 if (lstcb) {

Completed in 74 milliseconds