Searched refs:ihc_rules (Results 1 – 2 of 2) sorted by relevance
279 list_create(&hc->ihc_rules, sizeof (ilbd_hc_rule_t), in ilbd_create_hc()288 list_destroy(&hc->ihc_rules); in ilbd_create_hc()349 list_destroy(&hc->ihc_rules); in ilbd_destroy_hc()441 for (hc_rule = list_head(&hc->ihc_rules); hc_rule != NULL; in ilbd_get_hc_srvs()442 hc_rule = list_next(&hc->ihc_rules, hc_rule)) { in ilbd_get_hc_srvs()855 list_insert_tail(&hc->ihc_rules, hc_rule); in ilbd_hc_associate_rule()874 for (hc_rule = list_head(&hc->ihc_rules); hc_rule != NULL; in ilbd_hc_dissociate_rule()875 hc_rule = list_next(&hc->ihc_rules, hc_rule)) { in ilbd_hc_dissociate_rule()885 list_remove(&hc->ihc_rules, hc_rule); in ilbd_hc_dissociate_rule()906 for (tmp_hc_rule = list_head(&tmp_hc->ihc_rules); tmp_hc_rule != NULL; in ilbd_hc_check_rule()[all …]
194 list_t ihc_rules; /* Rules associated with this hc */ member