Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Dnhgrp_ctl.c73 CHK_STRUCT_FIELD_GENERIC(struct nhop_object, nh_flags, struct nhgrp_object, nhg_flags);
302 nhg->nhg_flags = MPF_MULTIPATH; in alloc_nhgrp()
771 KASSERT(((nhg->nhg_flags & MPF_MULTIPATH) != 0), ("nhop is not mpath")); in nhgrp_get_nhops()
784 KASSERT(((nhg->nhg_flags & MPF_MULTIPATH) != 0), ("nhop is not mpath")); in nhgrp_set_uidx()
796 KASSERT(((nhg->nhg_flags & MPF_MULTIPATH) != 0), ("nhop is not mpath")); in nhgrp_get_uidx()
H A Droute_var.h271 uint16_t nhg_flags; /* nexthop group flags */ member