Home
last modified time | relevance | path

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

/freebsd/sys/netlink/route/
H A Drt.c440 u_int max_nhops; in nlattr_get_multipath()
444 max_nhops = data_len / sizeof(struct rtnexthop); in nlattr_get_multipath()
446 mp = npt_alloc(npt, (max_nhops + 2) * sizeof(struct rta_mpath_nh)); in nlattr_get_multipath()
439 int max_nhops = data_len / sizeof(struct rtnexthop); nlattr_get_multipath() local