Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Dnhgrp_ctl.c72 CTASSERT(RIB_MAX_MPATH_WIDTH <= 64);
173 if ((v == 0) || (v > RIB_MAX_MPATH_WIDTH)) in calc_min_mpath_slots()
174 v = RIB_MAX_MPATH_WIDTH; in calc_min_mpath_slots()
437 if (num_nhops > RIB_MAX_MPATH_WIDTH) { in get_nhgrp()
808 sz += 2 * sizeof(struct nhgrp_nhop_external) * RIB_MAX_MPATH_WIDTH; in nhgrp_dump_sysctl()
H A Droute_var.h93 #define RIB_MAX_MPATH_WIDTH 64 macro