Searched refs:inbound_bucket (Results 1 – 1 of 1) sorted by relevance
2478 isaf_t *inbound_bucket; in sadb_delpair_state_one() local2502 inbound_bucket = INBOUND_BUCKET(sq->sp, entry->ipsa_spi); in sadb_delpair_state_one()2503 mutex_enter(&inbound_bucket->isaf_lock); in sadb_delpair_state_one()2504 peer_assoc = ipsec_getassocbyspi(inbound_bucket, in sadb_delpair_state_one()2508 inbound_bucket = INBOUND_BUCKET(sq->sp, entry->ipsa_otherspi); in sadb_delpair_state_one()2509 mutex_enter(&inbound_bucket->isaf_lock); in sadb_delpair_state_one()2510 peer_assoc = ipsec_getassocbyspi(inbound_bucket, in sadb_delpair_state_one()2520 (void) sadb_torch_assoc(inbound_bucket, peer_assoc); in sadb_delpair_state_one()2522 mutex_exit(&inbound_bucket->isaf_lock); in sadb_delpair_state_one()7987 isaf_t *inbound_bucket; local[all …]