Searched refs:mci_v6_slaac_ip (Results 1 – 2 of 2) sorted by relevance
1250 while ((addr = avl_destroy_nodes(&mcip->mci_v6_slaac_ip, &cookie)) != in flush_slaac()1430 a = avl_find(&mcip->mci_v6_slaac_ip, &tmp_addr, NULL); in check_slaac_ip()1467 if (avl_numnodes(&mcip->mci_v6_slaac_ip) >= slaac_max_allowed) { in insert_slaac_prefix()1479 if (!insert_slaac_ip(&mcip->mci_v6_slaac_ip, token, addr)) { in insert_slaac_prefix()2195 avl_tree_t *ttp = &temp_tree, *sip = &mcip->mci_v6_slaac_ip; in mac_protect_update_v6_slaac_addr()2577 avl_create(&mcip->mci_v6_slaac_ip, compare_slaac_ip, in mac_protect_init()2593 avl_destroy(&mcip->mci_v6_slaac_ip); in mac_protect_fini()
199 avl_tree_t mci_v6_slaac_ip; /* mci_protect_lock */ member