Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Dnhop.c156 CHT_SLIST_FOREACH(&ctl->nh_head, nhops, nh_priv) { in nhops_destroy_rib()
267 CHT_SLIST_RESIZE(&ctl->nh_head, nhops, nh_ptr, new_nh_buckets); in consider_resize()
314 CHT_SLIST_INSERT_HEAD(&ctl->nh_head, nhops, nh_priv); in link_nhop()
340 CHT_SLIST_REMOVE_BYOBJ(&ctl->nh_head, nhops, nh_priv_del, priv_ret); in unlink_nhop()
381 CHT_SLIST_FIND_BYOBJ(&ctl->nh_head, nhops, nh_priv, nh_priv_ret); in find_nhop()
H A Dnhgrp_var.h61 #define _NHGRP_PRIV(_src) (&(_src)->nhops[(_src)->nhg_size])
H A Dnhop_var.h44 CHT_SLIST_DEFINE(nhops, struct nhop_priv);
H A Droute_var.h261 struct nhop_object *nhops[0]; /* nhops */ member
271 nh = nhg->nhops[flowid % nhg->nhg_size]; in nhop_select()
H A Dnhgrp_ctl.c244 dst->nhops[slot_idx++] = x[i].nh; in compile_nhgrp()
759 ext[i].nh_idx = nhg->nhops[i]->nh_priv->nh_idx; in dump_nhgrp_entry()
H A Dnhop_ctl.c781 CHT_SLIST_FOREACH(&ctl->nh_head, nhops, nh_priv) { in nhops_update_ifmtu()
901 CHT_SLIST_FOREACH(&ctl->nh_head, nhops, nh_priv) { in nhops_dump_sysctl()
/f-stack/tools/netstat/
H A DMakefile6 unix.c mroute6.c ipsec.c bpf.c pfkey.c sctp.c common.c nhops.c nhgrp.c \