Searched refs:inbound_bucket (Results 1 – 1 of 1) sorted by relevance
2462 isaf_t *inbound_bucket; in sadb_delpair_state_one() local2486 inbound_bucket = INBOUND_BUCKET(sq->sp, entry->ipsa_spi); in sadb_delpair_state_one()2487 mutex_enter(&inbound_bucket->isaf_lock); in sadb_delpair_state_one()2488 peer_assoc = ipsec_getassocbyspi(inbound_bucket, in sadb_delpair_state_one()2492 inbound_bucket = INBOUND_BUCKET(sq->sp, entry->ipsa_otherspi); in sadb_delpair_state_one()2493 mutex_enter(&inbound_bucket->isaf_lock); in sadb_delpair_state_one()2494 peer_assoc = ipsec_getassocbyspi(inbound_bucket, in sadb_delpair_state_one()2504 (void) sadb_torch_assoc(inbound_bucket, peer_assoc); in sadb_delpair_state_one()2506 mutex_exit(&inbound_bucket->isaf_lock); in sadb_delpair_state_one()7706 isaf_t *inbound_bucket; local[all …]