Searched refs:iph_rulebyid (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dipsec_impl.h430 avl_remove(&(php)->iph_rulebyid, (ip)); \
460 avl_tree_t iph_rulebyid; member in struct:ipsec_policy_head_s
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c340 avl_destroy(&iph->iph_rulebyid);
533 avl_create(&iph->iph_rulebyid, ipsec_policy_cmpbyid,
845 r1 = active->iph_rulebyid;
846 r2 = inactive->iph_rulebyid;
847 active->iph_rulebyid = r2;
848 inactive->iph_rulebyid = r1;
945 ipsec_insert_always(&dph->iph_rulebyid, dst);
3511 hashpol = (avl_numnodes(&ipss->ipsec_system_policy.iph_rulebyid) > 0);
3602 ip = (ipsec_policy_t *)avl_find(&php->iph_rulebyid,
3606 ip = avl_nearest(&php->iph_rulebyid, wher
[all...]
H A Dspdsock.c1257 if (avl_numnodes(&iph->iph_rulebyid) == 0) {
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c1033 ASSERT(avl_numnodes(&itp->itp_policy->iph_rulebyid) == 0);

Completed in 69 milliseconds