Searched refs:osm_get_mbox_by_mlid (Results 1 – 4 of 4) sorted by relevance
135 mbox = osm_get_mbox_by_mlid(subn, p_mgrp->mlid); in osm_mgrp_new()179 mbox = osm_get_mbox_by_mlid(subn, mgrp->mlid); in osm_mgrp_cleanup()
1024 mbox = osm_get_mbox_by_mlid(sm->p_subn, cl_hton16(mlid)); in mcast_mgr_process_mlid()
165 && !osm_get_mbox_by_mlid(p_subn, requested_mlid)) in get_new_mlid()
1486 static inline struct osm_mgrp_box *osm_get_mbox_by_mlid(osm_subn_t const *p_subn, ib_net16_t mlid) in osm_get_mbox_by_mlid() function