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

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_subr.c295 struct tcpcb tcb __attribute__((aligned(ALIGNMENT))); member in struct:inp_tp
366 LIST_INIT(&tcb);
367 tcbinfo.ipi_listhead = &tcb;
856 tp = &it->tcb;
H A Dtcp_var.h1130 extern struct inpcbhead tcb; /* head of queue of active tcpcb's */
H A Dtcp_timer.c513 LIST_FOREACH_SAFE(inp, &tcb, inp_list, nxt) {
H A Dtcp_input.c306 struct inpcbhead tcb; variable in typeref:struct:inpcbhead
307 #define tcb6 tcb /* for KAME src sync over BSD*'s */
2956 * Inform user that connection was reset, and close tcb.
2958 * Close the tcb.

Completed in 34 milliseconds