Searched refs:outhash (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ipsecah.c | 862 acq_bucket = &(sq.sp->sdb_acq[sq.outhash]); in ah_add_sa_finish() 1552 int outhash; in ah_set_usetime() local 1584 outhash = OUTBOUND_HASH_V6(sp, in ah_set_usetime() 1587 outhash = OUTBOUND_HASH_V4(sp, in ah_set_usetime() 1589 bucket = &sp->sdb_of[outhash]; in ah_set_usetime() 1652 int outhash; in ah_age_bytes() local 1684 outhash = OUTBOUND_HASH_V6(sp, in ah_age_bytes() 1687 outhash = OUTBOUND_HASH_V4(sp, in ah_age_bytes() 1689 bucket = &sp->sdb_of[outhash]; in ah_age_bytes()
|
H A D | ipsecesp.c | 585 int outhash; in esp_age_bytes() local 613 outhash = OUTBOUND_HASH_V6(sp, *((in6_addr_t *) in esp_age_bytes() 616 outhash = OUTBOUND_HASH_V4(sp, *((ipaddr_t *) in esp_age_bytes() 619 bucket = &sp->sdb_of[outhash]; in esp_age_bytes() 980 int outhash; in esp_set_usetime() local 1008 outhash = OUTBOUND_HASH_V6(sp, *((in6_addr_t *) in esp_set_usetime() 1011 outhash = OUTBOUND_HASH_V4(sp, *((ipaddr_t *) in esp_set_usetime() 1014 bucket = &sp->sdb_of[outhash]; in esp_set_usetime() 3158 acq_bucket = &(sq.sp->sdb_acq[sq.outhash]); in esp_add_sa_finish()
|
H A D | sadb.c | 2373 sq->outhash = OUTBOUND_HASH_V6(sq->sp, *(sq->dstaddr)); in sadb_form_query() 2375 sq->outhash = OUTBOUND_HASH_V4(sq->sp, *(sq->dstaddr)); in sadb_form_query() 2377 sq->outbound = &sq->sp->sdb_of[sq->outhash]; in sadb_form_query() 2379 sq->outhash = 0; in sadb_form_query() 7875 int outhash; local 7902 outhash = OUTBOUND_HASH_V6(sp, 7906 outhash = OUTBOUND_HASH_V4(sp, 7911 outhash = OUTBOUND_HASH_V6(sp, 7915 outhash = OUTBOUND_HASH_V4(sp, 7919 bucket = &(sp->sdb_of[outhash]);
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | sadb.h | 701 uint32_t outhash; member
|