Searched refs:polhead (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | spd.c | 5185 ipsec_policy_head_t *polhead; in ipsec_tun_outbound() local 5208 polhead = itp->itp_policy; in ipsec_tun_outbound() 5364 rw_enter(&polhead->iph_lock, RW_READER); in ipsec_tun_outbound() 5365 pol = ipsec_find_policy_head(NULL, polhead, IPSEC_TYPE_OUTBOUND, &sel); in ipsec_tun_outbound() 5366 rw_exit(&polhead->iph_lock); in ipsec_tun_outbound() 5547 ipsec_policy_head_t *polhead; in ipsec_tun_inbound() local 5581 polhead = itp->itp_policy; in ipsec_tun_inbound() 5776 rw_enter(&polhead->iph_lock, RW_READER); in ipsec_tun_inbound() 5777 pol = ipsec_find_policy_head(NULL, polhead, IPSEC_TYPE_INBOUND, in ipsec_tun_inbound() 5779 rw_exit(&polhead->iph_lock); in ipsec_tun_inbound()
|
H A D | sadb.c | 6567 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);
|