Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Dnhgrp_ctl.c70 CHK_STRUCT_FIELD_GENERIC(struct nhop_object, nh_flags, struct nhgrp_object, nhg_flags);
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.h258 uint16_t nhg_flags; /* nexthop group flags */ member
/f-stack/lib/
H A Dff_route.c595 KASSERT(((nhg->nhg_flags & MPF_MULTIPATH) != 0), ("nhop is not mpath")); in nhgrp_get_nhops()