Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Dnhgrp_ctl.c80 static struct nhgrp_priv *get_nhgrp(struct nh_control *ctl,
565 get_nhgrp(struct nh_control *ctl, struct weightened_nhop *wn, int num_nhops, in get_nhgrp() function
625 nhg_priv = get_nhgrp(ctl, pnhops, curr_nhops, 0, perror); in append_nhops()
652 nhg_priv = get_nhgrp(ctl, wn, num_nhops, uidx, &error); in nhgrp_get_group()
706 mp_priv = get_nhgrp(ctl, pnhops, num_nhops, 0, &error); in nhgrp_get_filtered_group()
747 nhg_priv = get_nhgrp(ctl, wn, 2, 0, &error); in nhgrp_get_addition_group()