Home
last modified time | relevance | path

Searched refs:tdbsrc (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/netinet/
H A Dip_ipsp.c208 static struct tdb **tdbsrc; /* [D] */ variable
223 tdbsrc = mallocarray(tdb_hashmask + 1, sizeof(struct tdb *), M_TDB, in ipsp_init()
393 for (tdbp = tdbsrc[hashval]; tdbp != NULL; tdbp = tdbp->tdb_snext) { in gettdbbysrcdst_dir()
820 for (tdbp = tdbsrc[i]; tdbp != NULL; tdbp = tdbnp) { in tdb_rehash()
834 free(tdbsrc, M_TDB, 0); in tdb_rehash()
835 tdbsrc = new_srcaddr; in tdb_rehash()
898 tdbp->tdb_snext = tdbsrc[hashval]; in puttdb_locked()
899 tdbsrc[hashval] = tdbp; in puttdb_locked()
968 if (tdbsrc[hashval] == tdbp) { in tdb_unlink_locked()
969 tdbsrc[hashval] = tdbp->tdb_snext; in tdb_unlink_locked()
[all …]