Searched refs:ixa_ipsec_latch (Results 1 – 4 of 4) sorted by relevance
294 if (ixa->ixa_ipsec_latch != NULL) { in ip_xmit_attr_to_mblk()295 ixm->ixm_ipsec_latch = ixa->ixa_ipsec_latch; in ip_xmit_attr_to_mblk()296 IPLATCH_REFHOLD(ixa->ixa_ipsec_latch); in ip_xmit_attr_to_mblk()421 ixa->ixa_ipsec_latch = ixm->ixm_ipsec_latch; in ip_xmit_attr_from_mblk()900 ixa->ixa_ipsec_latch = NULL; in ixa_safe_copy()953 if (ixa->ixa_ipsec_latch != NULL) in ip_xmit_attr_duplicate()954 IPLATCH_REFHOLD(ixa->ixa_ipsec_latch); in ip_xmit_attr_duplicate()
109 ipsec_latch_t *ipl = ixa->ixa_ipsec_latch; in ipsec_getassocbyconn()
4097 if (ixa->ixa_ipsec_latch) { in ipsec_out_release_refs()4098 IPLATCH_REFRELE(ixa->ixa_ipsec_latch); in ipsec_out_release_refs()4099 ixa->ixa_ipsec_latch = NULL; in ipsec_out_release_refs()5202 ASSERT(ixa->ixa_ipsec_latch == NULL); in ipsec_tun_outbound()
2149 ipsec_latch_t *ixa_ipsec_latch; /* Just the ids */ member