tdb_anext         422 netinet/ip_ipsp.c 	for (tdbp = tdbaddr[hashval]; tdbp != NULL; tdbp = tdbp->tdb_anext)
tdb_anext         612 netinet/ip_ipsp.c 			tdbnp = tdbp->tdb_anext;
tdb_anext         615 netinet/ip_ipsp.c 			tdbp->tdb_anext = new_tdbaddr[hashval];
tdb_anext         684 netinet/ip_ipsp.c 	tdbp->tdb_anext = tdbaddr[hashval];
tdb_anext         734 netinet/ip_ipsp.c 		tdbaddr[hashval] = tdbp->tdb_anext;
tdb_anext         737 netinet/ip_ipsp.c 		    tdbpp = tdbpp->tdb_anext) {
tdb_anext         738 netinet/ip_ipsp.c 			if (tdbpp->tdb_anext == tdbp) {
tdb_anext         739 netinet/ip_ipsp.c 				tdbpp->tdb_anext = tdbp->tdb_anext;
tdb_anext         278 netinet/ip_ipsp.h 	struct tdb	*tdb_anext;	/* dst/sproto table */