Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_subr.c289 struct tcpcb tcb __attribute__((aligned(ALIGNMENT))); member
552 LIST_INIT(&tcb); in tcp_init()
553 tcbinfo.ipi_listhead = &tcb; in tcp_init()
1112 tp = &it->tcb; in tcp_newtcpcb()
H A Dtcp_timer.c825 LIST_FOREACH_SAFE(inp, &tcb, inp_list, nxt) { in tcp_gc()
3008 LIST_FOREACH_SAFE(inp, &tcb, inp_list, nxt) { in tcp_itimer()
H A Dtcp_var.h1720 extern struct inpcbhead tcb; /* head of queue of active tcpcb's */
H A Dtcp_input.c274 struct inpcbhead tcb; variable
275 #define tcb6 tcb /* for KAME src sync over BSD*'s */