Home
last modified time | relevance | path

Searched refs:ipsa_state (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_sadb.c144 (retval->ipsa_state != IPSA_STATE_DEAD) && in ipsec_getassocbyconn()
642 if (assoc->ipsa_state == IPSA_STATE_DEAD) { in ipsec_outbound_sa()
647 ASSERT(assoc->ipsa_state != IPSA_STATE_LARVAL); in ipsec_outbound_sa()
732 if (assoc == NULL || assoc->ipsa_state == IPSA_STATE_DEAD || in ipsec_inbound_ah_sa()
733 assoc->ipsa_state == IPSA_STATE_ACTIVE_ELSEWHERE) { in ipsec_inbound_ah_sa()
747 if (assoc->ipsa_state == IPSA_STATE_LARVAL) { in ipsec_inbound_ah_sa()
874 if (ipsa == NULL || ipsa->ipsa_state == IPSA_STATE_DEAD || in ipsec_inbound_esp_sa()
875 ipsa->ipsa_state == IPSA_STATE_ACTIVE_ELSEWHERE) { in ipsec_inbound_esp_sa()
890 if (ipsa->ipsa_state == IPSA_STATE_LARVAL) { in ipsec_inbound_esp_sa()
H A Dsadb.c399 newbie->ipsa_state = IPSA_STATE_LARVAL; in sadb_makelarvalassoc()
2435 entry->ipsa_state = IPSA_STATE_DEAD; in sadb_purge_cb()
2515 entry->ipsa_state = IPSA_STATE_DEAD; in sadb_delpair_state_one()
2621 ipsapp.ipsap_psa_ptr->ipsa_state = in sadb_delget_sa()
3940 assoc->ipsa_state = IPSA_STATE_DEAD;
4039 assoc->ipsa_state = IPSA_STATE_DEAD;
4063 assoc->ipsa_state = IPSA_STATE_DEAD;
4087 assoc->ipsa_state = IPSA_STATE_DYING;
7961 peer_assoc->ipsa_state = dying->ipsa_state;
8022 assoc->ipsa_state = sa_new_state;
[all …]
H A Dipsecah.c907 (larval->ipsa_state != IPSA_STATE_LARVAL)) { in ah_add_sa_finish()
3686 if (assoc->ipsa_state == IPSA_STATE_IDLE) { in ah_auth_in_done()
H A Dipsecesp.c1518 if (assoc->ipsa_state == IPSA_STATE_IDLE) { in esp_in_done()
3201 (larval->ipsa_state != IPSA_STATE_LARVAL)) { in esp_add_sa_finish()
/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.h245 uint_t ipsa_state; /* State of my association. */ member