Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Dnhop.h158 #define NH_IS_NHGRP(_nh) ((_nh)->nh_flags & NHF_MULTIPATH)
H A Dnhgrp_ctl.c67 _Static_assert(MPF_MULTIPATH == NHF_MULTIPATH,
H A Droute_ctl.c224 if ((nh->nh_flags & NHF_MULTIPATH) != 0) in nhop_can_multipath()
/f-stack/tools/compat/include/net/route/
H A Dnhop.h158 #define NH_IS_NHGRP(_nh) ((_nh)->nh_flags & NHF_MULTIPATH)
/f-stack/freebsd/net/
H A Droute.h215 #define NHF_MULTIPATH 0x0008 /* Nexhop is a nexthop group */ macro
/f-stack/tools/compat/include/net/
H A Droute.h213 #define NHF_MULTIPATH 0x0008 /* Nexhop is a nexthop group */ macro