tcbtable 2579 net/pf.c tb = &tcbtable;
tcbtable 599 netinet/tcp_input.c inp = in6_pcbhashlookup(&tcbtable, &ip6->ip6_src, th->th_sport,
tcbtable 604 netinet/tcp_input.c inp = in_pcbhashlookup(&tcbtable, ip->ip_src, th->th_sport,
tcbtable 616 netinet/tcp_input.c inp = in6_pcblookup_listen(&tcbtable,
tcbtable 621 netinet/tcp_input.c inp = in_pcblookup_listen(&tcbtable,
tcbtable 169 netinet/tcp_subr.c in_pcbinit(&tcbtable, tcbhashsize);
tcbtable 631 netinet/tcp_subr.c CIRCLEQ_FOREACH(inp, &tcbtable.inpt_queue, inp_queue) {
tcbtable 772 netinet/tcp_subr.c inp = in6_pcbhashlookup(&tcbtable, &sa6->sin6_addr,
tcbtable 800 netinet/tcp_subr.c (void) in6_pcbnotify(&tcbtable, sa, 0,
tcbtable 847 netinet/tcp_subr.c inp = in_pcbhashlookup(&tcbtable,
tcbtable 904 netinet/tcp_subr.c inp = in_pcbhashlookup(&tcbtable,
tcbtable 928 netinet/tcp_subr.c in_pcbnotifyall(&tcbtable, sa, errno, notify);
tcbtable 948 netinet/tcp_subr.c (void) in6_pcbnotify(&tcbtable, (struct sockaddr *)&sin6, 0,
tcbtable 227 netinet/tcp_timer.c in_pcbnotifyall(&tcbtable, sintosa(&icmpsrc), EMSGSIZE,
tcbtable 123 netinet/tcp_usrreq.c struct inpcbtable tcbtable;
tcbtable 674 netinet/tcp_usrreq.c error = in_pcballoc(so, &tcbtable);
tcbtable 840 netinet/tcp_usrreq.c inp = in6_pcbhashlookup(&tcbtable, &f6,
tcbtable 845 netinet/tcp_usrreq.c inp = in_pcbhashlookup(&tcbtable, fin->sin_addr,
tcbtable 865 netinet/tcp_usrreq.c inp = in6_pcblookup_listen(&tcbtable,
tcbtable 870 netinet/tcp_usrreq.c inp = in_pcblookup_listen(&tcbtable,
tcbtable 553 netinet/tcp_var.h extern struct inpcbtable tcbtable; /* head of queue of active tcpcb's */