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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_subr.c301 struct tcpcb tcb __attribute__((aligned(ALIGNMENT))); member in struct:inp_tp
367 LIST_INIT(&tcb);
368 tcbinfo.listhead = &tcb;
841 tp = &it->tcb;
H A Dtcp_timer.c491 LIST_FOREACH_SAFE(inp, &tcb, inp_list, nxt) {
H A Dtcp_var.h986 extern struct inpcbhead tcb; /* head of queue of active tcpcb's */
H A Dtcp_input.c286 struct inpcbhead tcb; variable in typeref:struct:inpcbhead
287 #define tcb6 tcb /* for KAME src sync over BSD*'s */
2839 * Inform user that connection was reset, and close tcb.
2841 * Close the tcb.

Completed in 81 milliseconds