Searched refs:mgrp_list (Results 1 – 4 of 4) sorted by relevance
66 cl_qlist_init(&mbox->mgrp_list); in mgrp_box_new()111 while (cl_qlist_count(&mbox->mgrp_list)) { in osm_mgrp_box_delete()112 mgrp = cl_item_obj(cl_qlist_remove_head(&mbox->mgrp_list), in osm_mgrp_box_delete()141 cl_qlist_insert_tail(&mbox->mgrp_list, &p_mgrp->list_item); in osm_mgrp_new()180 cl_qlist_remove_item(&mbox->mgrp_list, &mgrp->list_item); in osm_mgrp_cleanup()181 if (cl_is_qlist_empty(&mbox->mgrp_list)) { in osm_mgrp_cleanup()
100 for (list_item = cl_qlist_head(&mbox->mgrp_list); in osm_mcast_make_port_list_and_map()101 list_item != cl_qlist_end(&mbox->mgrp_list); in osm_mcast_make_port_list_and_map()
8810 l_item = cl_qlist_head(&mgb->mgrp_list); in next_mgrp_box_port()8811 if (l_item == cl_qlist_end(&mgb->mgrp_list)) { in next_mgrp_box_port()
153 cl_qlist_t mgrp_list; member