Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Dnhgrp.c173 grp_priv->nhg_idx = idx; in link_nhgrp()
205 idx = nhg_priv_ret->nhg_idx; in unlink_nhgrp()
207 nhg_priv_ret->nhg_idx = 0; in unlink_nhgrp()
H A Dnhgrp_ctl.c382 MPASS((nhg_priv->nhg_idx == 0)); in nhgrp_free()
812 int off = snprintf(buf, bufsize, "nhg#%u/sz=%u:[", nhg_priv->nhg_idx, in nhgrp_print_buf()
866 nhge->nhg_idx = nhg_priv->nhg_idx; in dump_nhgrp_entry()
908 return (nhg_priv->nhg_idx); in nhgrp_get_idx()
H A Dnhgrp_var.h47 uint32_t nhg_idx; member
H A Dnhop.h290 uint32_t nhg_idx; /* Nexthop group index */ member
/freebsd/usr.bin/netstat/
H A Dnhgrp.c138 xo_emit(buffer, nhge->nhg_idx); in print_nhgroup_entry_sysctl()
237 nhg_map[nhg_count].idx = nhg->nhg_idx; in dump_nhgrp_sysctl()