Searched refs:MPF_MULTIPATH (Results 1 – 2 of 2) sorted by relevance
70 _Static_assert(MPF_MULTIPATH == NHF_MULTIPATH,302 nhg->nhg_flags = MPF_MULTIPATH; in alloc_nhgrp()771 KASSERT(((nhg->nhg_flags & MPF_MULTIPATH) != 0), ("nhop is not mpath")); in nhgrp_get_nhops()784 KASSERT(((nhg->nhg_flags & MPF_MULTIPATH) != 0), ("nhop is not mpath")); in nhgrp_set_uidx()796 KASSERT(((nhg->nhg_flags & MPF_MULTIPATH) != 0), ("nhop is not mpath")); in nhgrp_get_uidx()
268 #define MPF_MULTIPATH 0x08 /* need to be consistent with NHF_MULTIPATH */ macro