tcp_subr.c | 157 struct inpcbtable tcbtable; /* head of queue of active tcpcb's */ variable in typeref:struct:inpcbtable 373 inpcb_init(&tcbtable, tcbhashsize, tcbhashsize); 1221 TAILQ_FOREACH(inp, &tcbtable.inpt_queue, inp_queue) { 1338 if (in6pcb_lookup(&tcbtable, &sa6->sin6_addr, 1360 nmatch = in6pcb_notify(&tcbtable, sa, th.th_dport, 1369 (void) in6pcb_notify(&tcbtable, sa, 0, 1423 if ((inp = inpcb_lookup(&tcbtable, ip->ip_dst, 1427 else if ((inp = in6pcb_lookup(&tcbtable, &dst6, 1488 nmatch = inpcb_notify(&tcbtable, satocsin(sa)->sin_addr, 1505 inpcb_notifyall(&tcbtable, satocsin(sa)->sin_addr, errno [all...] |