Searched defs:outhash (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecah.c874 acq_bucket = &(sq.sp->sdb_acq[sq.outhash]);
1553 int outhash; local
1585 outhash = OUTBOUND_HASH_V6(sp,
1588 outhash = OUTBOUND_HASH_V4(sp,
1590 bucket = &sp->sdb_of[outhash];
1653 int outhash; local
1685 outhash = OUTBOUND_HASH_V6(sp,
1688 outhash = OUTBOUND_HASH_V4(sp,
1690 bucket = &sp->sdb_of[outhash];
H A Dipsecesp.c654 int outhash; local
682 outhash = OUTBOUND_HASH_V6(sp, *((in6_addr_t *)
685 outhash = OUTBOUND_HASH_V4(sp, *((ipaddr_t *)
688 bucket = &sp->sdb_of[outhash];
1049 int outhash; local
1077 outhash = OUTBOUND_HASH_V6(sp, *((in6_addr_t *)
1080 outhash = OUTBOUND_HASH_V4(sp, *((ipaddr_t *)
1083 bucket = &sp->sdb_of[outhash];
3400 acq_bucket = &(sq.sp->sdb_acq[sq.outhash]);
H A Dsadb.c2357 sq->outhash = OUTBOUND_HASH_V6(sq->sp, *(sq->dstaddr));
2359 sq->outhash = OUTBOUND_HASH_V4(sq->sp, *(sq->dstaddr));
2361 sq->outbound = &sq->sp->sdb_of[sq->outhash];
2363 sq->outhash = 0;
7594 int outhash; local
7621 outhash = OUTBOUND_HASH_V6(sp,
7625 outhash = OUTBOUND_HASH_V4(sp,
7630 outhash = OUTBOUND_HASH_V6(sp,
7634 outhash = OUTBOUND_HASH_V4(sp,
7638 bucket = &(sp->sdb_of[outhash]);
[all...]
/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.h700 uint32_t outhash; member in struct:ipsa_query_s

Completed in 96 milliseconds