tdbh              141 netinet/ip_ipsp.c static struct tdb **tdbh = NULL;
tdbh              291 netinet/ip_ipsp.c 	if (tdbh == NULL)
tdbh              296 netinet/ip_ipsp.c 	for (tdbp = tdbh[hashval]; tdbp != NULL; tdbp = tdbp->tdb_hnext)
tdbh              475 netinet/ip_ipsp.c 	if (tdbh == NULL) {
tdbh              483 netinet/ip_ipsp.c 		for (tdbp = tdbh[i]; cnt < 16 && tdbp != NULL;
tdbh              506 netinet/ip_ipsp.c 	if (tdbh == NULL)
tdbh              510 netinet/ip_ipsp.c 		for (tdbp = tdbh[i]; rval == 0 && tdbp != NULL; tdbp = next) {
tdbh              603 netinet/ip_ipsp.c 		for (tdbp = tdbh[i]; tdbp != NULL; tdbp = tdbnp) {
tdbh              628 netinet/ip_ipsp.c 	FREE(tdbh, M_TDB);
tdbh              629 netinet/ip_ipsp.c 	tdbh = new_tdbh;
tdbh              647 netinet/ip_ipsp.c 	if (tdbh == NULL) {
tdbh              648 netinet/ip_ipsp.c 		MALLOC(tdbh, struct tdb **,
tdbh              658 netinet/ip_ipsp.c 		bzero(tdbh, sizeof(struct tdb *) * (tdb_hashmask + 1));
tdbh              673 netinet/ip_ipsp.c 	if (tdbh[hashval] != NULL && tdbh[hashval]->tdb_hnext != NULL &&
tdbh              680 netinet/ip_ipsp.c 	tdbp->tdb_hnext = tdbh[hashval];
tdbh              681 netinet/ip_ipsp.c 	tdbh[hashval] = tdbp;
tdbh              708 netinet/ip_ipsp.c 	if (tdbh == NULL)
tdbh              714 netinet/ip_ipsp.c 	if (tdbh[hashval] == tdbp) {
tdbh              716 netinet/ip_ipsp.c 		tdbh[hashval] = tdbp->tdb_hnext;
tdbh              718 netinet/ip_ipsp.c 		for (tdbpp = tdbh[hashval]; tdbpp != NULL;