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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c3379 /* Set pol_hval to uninitialized until we put it in a polhead. */
3408 /* Set to uninitalized and have insertion into polhead fix things. */
3970 * Clone the policy head into a new polhead; release one reference to the
5185 ipsec_policy_head_t *polhead; local
5208 polhead = itp->itp_policy;
5364 rw_enter(&polhead->iph_lock, RW_READER);
5365 pol = ipsec_find_policy_head(NULL, polhead, IPSEC_TYPE_OUTBOUND, &sel);
5366 rw_exit(&polhead->iph_lock);
5533 * Expects a non-NULL data_mp, and a non-NULL polhead.
5547 ipsec_policy_head_t *polhead; local
[all...]
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);

Completed in 96 milliseconds