Lines Matching refs:tcbtable
157 struct inpcbtable tcbtable; /* head of queue of active tcpcb's */ variable
373 inpcb_init(&tcbtable, tcbhashsize, tcbhashsize); in do_tcpinit()
1221 TAILQ_FOREACH(inp, &tcbtable.inpt_queue, inp_queue) { in tcp_drain()
1338 if (in6pcb_lookup(&tcbtable, &sa6->sin6_addr, in tcp6_ctlinput()
1360 nmatch = in6pcb_notify(&tcbtable, sa, th.th_dport, in tcp6_ctlinput()
1369 (void) in6pcb_notify(&tcbtable, sa, 0, in tcp6_ctlinput()
1423 if ((inp = inpcb_lookup(&tcbtable, ip->ip_dst, in tcp_ctlinput()
1427 else if ((inp = in6pcb_lookup(&tcbtable, &dst6, in tcp_ctlinput()
1488 nmatch = inpcb_notify(&tcbtable, satocsin(sa)->sin_addr, in tcp_ctlinput()
1505 inpcb_notifyall(&tcbtable, satocsin(sa)->sin_addr, errno, in tcp_ctlinput()
1536 inpcb_notifyall(&tcbtable, faddr, EMSGSIZE, tcp_mtudisc); in tcp_mtudisc_callback()
1604 (void) in6pcb_notify(&tcbtable, (struct sockaddr *)&sin6, 0, in tcp6_mtudisc_callback()