Searched refs:nhops (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/net/route/ |
| H A D | nhop.c | 156 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 D | nhgrp_var.h | 61 #define _NHGRP_PRIV(_src) (&(_src)->nhops[(_src)->nhg_size])
|
| H A D | nhop_var.h | 44 CHT_SLIST_DEFINE(nhops, struct nhop_priv);
|
| H A D | route_var.h | 261 struct nhop_object *nhops[0]; /* nhops */ member 271 nh = nhg->nhops[flowid % nhg->nhg_size]; in nhop_select()
|
| H A D | nhgrp_ctl.c | 244 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 D | nhop_ctl.c | 781 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 D | Makefile | 6 unix.c mroute6.c ipsec.c bpf.c pfkey.c sctp.c common.c nhops.c nhgrp.c \
|