Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/ip/
H A Dspd.c5186 ipsec_policy_head_t *polhead; in ipsec_tun_outbound() local
5209 polhead = itp->itp_policy; in ipsec_tun_outbound()
5365 rw_enter(&polhead->iph_lock, RW_READER); in ipsec_tun_outbound()
5366 pol = ipsec_find_policy_head(NULL, polhead, IPSEC_TYPE_OUTBOUND, &sel); in ipsec_tun_outbound()
5367 rw_exit(&polhead->iph_lock); in ipsec_tun_outbound()
5548 ipsec_policy_head_t *polhead; in ipsec_tun_inbound() local
5582 polhead = itp->itp_policy; in ipsec_tun_inbound()
5777 rw_enter(&polhead->iph_lock, RW_READER); in ipsec_tun_inbound()
5778 pol = ipsec_find_policy_head(NULL, polhead, IPSEC_TYPE_INBOUND, in ipsec_tun_inbound()
5780 rw_exit(&polhead->iph_lock); in ipsec_tun_inbound()
H A Dsadb.c6567 ipsec_policy_head_t *polhead; local
6621 polhead = itp->itp_policy;
6622 ASSERT(polhead != NULL);
6623 rw_enter(&polhead->iph_lock, RW_READER);
6624 *ppp = ipsec_find_policy_head(NULL, polhead, IPSEC_TYPE_INBOUND, sel);
6625 rw_exit(&polhead->iph_lock);