tdb_hnext         296 netinet/ip_ipsp.c 	for (tdbp = tdbh[hashval]; tdbp != NULL; tdbp = tdbp->tdb_hnext)
tdb_hnext         484 netinet/ip_ipsp.c 		    tdbp = tdbp->tdb_hnext)
tdb_hnext         511 netinet/ip_ipsp.c 			next = tdbp->tdb_hnext;
tdb_hnext         604 netinet/ip_ipsp.c 			tdbnp = tdbp->tdb_hnext;
tdb_hnext         607 netinet/ip_ipsp.c 			tdbp->tdb_hnext = new_tdbh[hashval];
tdb_hnext         673 netinet/ip_ipsp.c 	if (tdbh[hashval] != NULL && tdbh[hashval]->tdb_hnext != NULL &&
tdb_hnext         680 netinet/ip_ipsp.c 	tdbp->tdb_hnext = tdbh[hashval];
tdb_hnext         716 netinet/ip_ipsp.c 		tdbh[hashval] = tdbp->tdb_hnext;
tdb_hnext         719 netinet/ip_ipsp.c 		    tdbpp = tdbpp->tdb_hnext) {
tdb_hnext         720 netinet/ip_ipsp.c 			if (tdbpp->tdb_hnext == tdbp) {
tdb_hnext         721 netinet/ip_ipsp.c 				tdbpp->tdb_hnext = tdbp->tdb_hnext;
tdb_hnext         728 netinet/ip_ipsp.c 	tdbp->tdb_hnext = NULL;
tdb_hnext         277 netinet/ip_ipsp.h 	struct tdb	*tdb_hnext;	/* dst/spi/sproto table */