| 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); 1222 TAILQ_FOREACH(inp, &tcbtable.inpt_queue, inp_queue) { 1339 if (in6pcb_lookup(&tcbtable, &sa6->sin6_addr, 1361 nmatch = in6pcb_notify(&tcbtable, sa, th.th_dport, 1370 (void) in6pcb_notify(&tcbtable, sa, 0, 1424 if ((inp = inpcb_lookup(&tcbtable, ip->ip_dst, 1428 else if ((inp = in6pcb_lookup(&tcbtable, &dst6, 1489 nmatch = inpcb_notify(&tcbtable, satocsin(sa)->sin_addr, 1506 inpcb_notifyall(&tcbtable, satocsin(sa)->sin_addr, errno [all...] |