Searched refs:NHF_MULTIPATH (Results 1 – 4 of 4) sorted by relevance
156 #define NH_IS_NHGRP(_nh) ((_nh)->nh_flags & NHF_MULTIPATH)
194 if ((nh->nh_flags & NHF_MULTIPATH) != 0) in nhop_can_multipath()635 MPASS((nh_src->nh_flags & NHF_MULTIPATH) == 0); in rib_copy_route()
70 _Static_assert(MPF_MULTIPATH == NHF_MULTIPATH,
209 #define NHF_MULTIPATH 0x0008 /* Nexhop is a nexthop group */ macro