tdbsrc 143 netinet/ip_ipsp.c static struct tdb **tdbsrc = NULL;
tdbsrc 317 netinet/ip_ipsp.c if (tdbsrc == NULL)
tdbsrc 322 netinet/ip_ipsp.c for (tdbp = tdbsrc[hashval]; tdbp != NULL; tdbp = tdbp->tdb_snext)
tdbsrc 338 netinet/ip_ipsp.c for (tdbp = tdbsrc[hashval]; tdbp != NULL; tdbp = tdbp->tdb_snext)
tdbsrc 449 netinet/ip_ipsp.c if (tdbsrc == NULL)
tdbsrc 454 netinet/ip_ipsp.c for (tdbp = tdbsrc[hashval]; tdbp != NULL; tdbp = tdbp->tdb_snext)
tdbsrc 619 netinet/ip_ipsp.c for (tdbp = tdbsrc[i]; tdbp != NULL; tdbp = tdbnp) {
tdbsrc 634 netinet/ip_ipsp.c FREE(tdbsrc, M_TDB);
tdbsrc 635 netinet/ip_ipsp.c tdbsrc = new_srcaddr;
tdbsrc 654 netinet/ip_ipsp.c MALLOC(tdbsrc, struct tdb **,
tdbsrc 660 netinet/ip_ipsp.c bzero(tdbsrc, sizeof(struct tdb *) * (tdb_hashmask + 1));
tdbsrc 688 netinet/ip_ipsp.c tdbp->tdb_snext = tdbsrc[hashval];
tdbsrc 689 netinet/ip_ipsp.c tdbsrc[hashval] = tdbp;
tdbsrc 748 netinet/ip_ipsp.c if (tdbsrc[hashval] == tdbp) {
tdbsrc 750 netinet/ip_ipsp.c tdbsrc[hashval] = tdbp->tdb_snext;
tdbsrc 753 netinet/ip_ipsp.c for (tdbpp = tdbsrc[hashval]; tdbpp != NULL;