Home | History | Annotate | Download | only in netinet

Lines Matching defs:tcb

185 	/* assoc/tcb zone info */
280 struct sctp_tcb *tcb;
314 /* queue of TCB's waiting to stuff data up the socket */
350 LIST_ENTRY(sctp_tcb) sctp_tcblist; /* list of all of the TCB's */
370 * have a TCB we lock it and unlock when we are through. This
371 * means that the TCB lock is kind-of a "global" lock when
384 * I have NULL in the tcb return, by the time I call to
463 panic("I own TCB lock?"); \
474 panic("I own TCB lock?"); \
520 panic("TCB locking and no INP lock"); \
522 panic("TCB Lock-recursive"); \
640 /* Lock for TCB */