Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_attr.c296 if (ixa->ixa_ipsec_latch != NULL) { in ip_xmit_attr_to_mblk()
297 ixm->ixm_ipsec_latch = ixa->ixa_ipsec_latch; in ip_xmit_attr_to_mblk()
298 IPLATCH_REFHOLD(ixa->ixa_ipsec_latch); in ip_xmit_attr_to_mblk()
423 ixa->ixa_ipsec_latch = ixm->ixm_ipsec_latch; in ip_xmit_attr_from_mblk()
904 ixa->ixa_ipsec_latch = NULL; in ixa_safe_copy()
957 if (ixa->ixa_ipsec_latch != NULL) in ip_xmit_attr_duplicate()
958 IPLATCH_REFHOLD(ixa->ixa_ipsec_latch); in ip_xmit_attr_duplicate()
H A Dip_sadb.c109 ipsec_latch_t *ipl = ixa->ixa_ipsec_latch; in ipsec_getassocbyconn()
H A Dspd.c4099 if (ixa->ixa_ipsec_latch) { in ipsec_out_release_refs()
4100 IPLATCH_REFRELE(ixa->ixa_ipsec_latch); in ipsec_out_release_refs()
4101 ixa->ixa_ipsec_latch = NULL; in ipsec_out_release_refs()
5209 ASSERT(ixa->ixa_ipsec_latch == NULL); in ipsec_tun_outbound()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h2154 ipsec_latch_t *ixa_ipsec_latch; /* Just the ids */ member