Home
last modified time | relevance | path

Searched refs:NHF_MULTIPATH (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/net/route/
H A Dnhop.h156 #define NH_IS_NHGRP(_nh) ((_nh)->nh_flags & NHF_MULTIPATH)
H A Droute_ctl.c193 if ((nh->nh_flags & NHF_MULTIPATH) != 0) in nhop_can_multipath()
634 MPASS((nh_src->nh_flags & NHF_MULTIPATH) == 0); in rib_copy_route()
H A Dnhgrp_ctl.c70 _Static_assert(MPF_MULTIPATH == NHF_MULTIPATH,
/freebsd/sys/net/
H A Droute.h209 #define NHF_MULTIPATH 0x0008 /* Nexhop is a nexthop group */ macro