Searched refs:tdb_hash (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/sys/netinet/ |
| D | ip_ipsp.c | 145 tdb_hash(u_int32_t spi, union sockaddr_union *dst, u_int8_t proto) in tdb_hash() function 287 hashval = tdb_hash(spi, dst, proto); in gettdb() 314 hashval = tdb_hash(0, src, proto); in gettdbbysrcdst() 330 hashval = tdb_hash(0, &su_null, proto); in gettdbbysrcdst() 415 hashval = tdb_hash(0, dst, sproto); in gettdbbyaddr() 447 hashval = tdb_hash(0, src, sproto); in gettdbbysrc() 600 hashval = tdb_hash(tdbp->tdb_spi, &tdbp->tdb_dst, in tdb_rehash() 608 hashval = tdb_hash(0, &tdbp->tdb_dst, in tdb_rehash() 616 hashval = tdb_hash(0, &tdbp->tdb_src, in tdb_rehash() 658 hashval = tdb_hash(tdbp->tdb_spi, &tdbp->tdb_dst, tdbp->tdb_sproto); in puttdb() [all …]
|
| D | ip_ipsp.h | 542 extern int tdb_hash(u_int32_t, union sockaddr_union *, u_int8_t);
|