Home
last modified time | relevance | path

Searched refs:MPF_MULTIPATH (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net/route/
H A Dnhgrp_ctl.c67 _Static_assert(MPF_MULTIPATH == NHF_MULTIPATH,
277 nhg->nhg_flags = MPF_MULTIPATH; in alloc_nhgrp()
691 KASSERT(((nhg->nhg_flags & MPF_MULTIPATH) != 0), ("nhop is not mpath")); in nhgrp_get_nhops()
H A Droute_var.h255 #define MPF_MULTIPATH 0x08 /* need to be consistent with NHF_MULTIPATH */ macro
/f-stack/lib/
H A Dff_route.c595 KASSERT(((nhg->nhg_flags & MPF_MULTIPATH) != 0), ("nhop is not mpath")); in nhgrp_get_nhops()