Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/ip/
H A Dip_sadb.c55 return ipsid_equal(ipl->ipl_local_cid, sa->ipsa_src_cid) && in ipsec_match_outbound_ids()
H A Dspd.c1744 ipsid_equal(ipl->ipl_local_cid, sa->ipsa_dst_cid); in spd_match_inbound_ids()
2399 ipl->ipl_local_cid = local; in ipsec_latch_ids()
4512 if (ipl->ipl_local_cid != NULL) in iplatch_free()
4513 IPSID_REFRELE(ipl->ipl_local_cid); in iplatch_free()
/titanic_50/usr/src/uts/common/inet/
H A Dip.h714 struct ipsid_s *ipl_local_cid; member