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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_subr.c281 struct tcpcb tcb __attribute__((aligned(ALIGNMENT))); member in struct:inp_tp
376 LIST_INIT(&tcb);
377 tcbinfo.ipi_listhead = &tcb;
893 tp = &it->tcb;
H A Dtcp_var.h1198 extern struct inpcbhead tcb; /* head of queue of active tcpcb's */
H A Dtcp_timer.c532 LIST_FOREACH_SAFE(inp, &tcb, inp_list, nxt) {
H A Dtcp_input.c277 struct inpcbhead tcb; variable in typeref:struct:inpcbhead
278 #define tcb6 tcb /* for KAME src sync over BSD*'s */
3125 * Inform user that connection was reset, and close tcb.
3127 * Close the tcb.

Completed in 97 milliseconds