Searched refs:time_wait_slots (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.c229 struct inpcbhead time_wait_slots[N_TIME_WAIT_SLOTS]; variable in typeref:struct:inpcbhead
301 LIST_INSERT_HEAD(&time_wait_slots[tw_slot], tp->t_inpcb, inp_list);
456 LIST_FOREACH(inp, &time_wait_slots[cur_tw_slot], inp_list) {
496 LIST_FOREACH_SAFE(inp, &time_wait_slots[cur_tw_slot], inp_list, nxt) {
H A Dtcp_subr.c305 extern struct inpcbhead time_wait_slots[];
438 LIST_INIT(&time_wait_slots[i]);
1439 for (inp = time_wait_slots[slot].lh_first; inp && i < n; inp = inpnxt) {
1626 for (inp = time_wait_slots[slot].lh_first; inp && i < n; inp = inpnxt) {

Completed in 23 milliseconds