Searched refs:outhash (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ipsecah.c | 874 acq_bucket = &(sq.sp->sdb_acq[sq.outhash]); in ah_add_sa_finish() 1553 int outhash; in ah_set_usetime() local 1585 outhash = OUTBOUND_HASH_V6(sp, in ah_set_usetime() 1588 outhash = OUTBOUND_HASH_V4(sp, in ah_set_usetime() 1590 bucket = &sp->sdb_of[outhash]; in ah_set_usetime() 1653 int outhash; in ah_age_bytes() local 1685 outhash = OUTBOUND_HASH_V6(sp, in ah_age_bytes() 1688 outhash = OUTBOUND_HASH_V4(sp, in ah_age_bytes() 1690 bucket = &sp->sdb_of[outhash]; in ah_age_bytes()
|
H A D | ipsecesp.c | 654 int outhash; in esp_age_bytes() local 682 outhash = OUTBOUND_HASH_V6(sp, *((in6_addr_t *) in esp_age_bytes() 685 outhash = OUTBOUND_HASH_V4(sp, *((ipaddr_t *) in esp_age_bytes() 688 bucket = &sp->sdb_of[outhash]; in esp_age_bytes() 1049 int outhash; in esp_set_usetime() local 1077 outhash = OUTBOUND_HASH_V6(sp, *((in6_addr_t *) in esp_set_usetime() 1080 outhash = OUTBOUND_HASH_V4(sp, *((ipaddr_t *) in esp_set_usetime() 1083 bucket = &sp->sdb_of[outhash]; in esp_set_usetime() 3400 acq_bucket = &(sq.sp->sdb_acq[sq.outhash]); in esp_add_sa_finish()
|
H A D | sadb.c | 2357 sq->outhash = OUTBOUND_HASH_V6(sq->sp, *(sq->dstaddr)); in sadb_form_query() 2359 sq->outhash = OUTBOUND_HASH_V4(sq->sp, *(sq->dstaddr)); in sadb_form_query() 2361 sq->outbound = &sq->sp->sdb_of[sq->outhash]; in sadb_form_query() 2363 sq->outhash = 0; in sadb_form_query() 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]);
|
/titanic_41/usr/src/uts/common/inet/ |
H A D | sadb.h | 700 uint32_t outhash; member
|