Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecesp.c1334 ipsa_t *outbound_peer; in esp_port_freshness() local
1362 outbound_peer = ipsec_getassocbyspi(bucket, assoc->ipsa_otherspi, in esp_port_freshness()
1367 if (outbound_peer == NULL) in esp_port_freshness()
1378 mutex_enter(&outbound_peer->ipsa_lock); in esp_port_freshness()
1380 outbound_peer->ipsa_remote_nat_port = assoc->ipsa_remote_nat_port = in esp_port_freshness()
1383 mutex_exit(&outbound_peer->ipsa_lock); in esp_port_freshness()
1384 IPSA_REFRELE(outbound_peer); in esp_port_freshness()