Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/netinet/
H A Dtcp_subr.c294 struct tcpcb tcb __attribute__((aligned(ALIGNMENT))); member
538 LIST_INIT(&tcb); in tcp_init()
539 tcbinfo.ipi_listhead = &tcb; in tcp_init()
1091 tp = &it->tcb; in tcp_newtcpcb()
H A Dtcp_timer.c814 LIST_FOREACH_SAFE(inp, &tcb, inp_list, nxt) { in tcp_gc()
2999 LIST_FOREACH_SAFE(inp, &tcb, inp_list, nxt) { in tcp_itimer()
H A Dtcp_var.h1594 extern struct inpcbhead tcb; /* head of queue of active tcpcb's */
H A Dtcp_input.c275 struct inpcbhead tcb; variable
276 #define tcb6 tcb /* for KAME src sync over BSD*'s */