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

/freebsd-10.0-release/sys/netinet/
H A Dsctp_input.c5595 struct sctp_tcb *lstcb; local
5597 LIST_FOREACH(lstcb, &inp->sctp_asoc_list, sctp_tcblist) {
5598 if (mtx_owned(&lstcb->tcb_mtx)) {
H A Dsctp_pcb.c4094 struct sctp_tcb *lstcb; local
4112 lstcb = sctp_findasoc_ep_asocid_locked(inp, (sctp_assoc_t) id, 0);
4113 if (lstcb) {

Completed in 100 milliseconds