Searched refs:nhgrp_get_nhops (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/net/route/ |
| H A D | route_helpers.c | 238 wn_old = nhgrp_get_nhops((struct nhgrp_object *)rc->rc_nh_old, &num_old); in decompose_change_notification() 246 wn_new = nhgrp_get_nhops((struct nhgrp_object *)rc->rc_nh_new, &num_new); in decompose_change_notification() 361 wn = nhgrp_get_nhops((struct nhgrp_object *)rc->rc_nh_new, &num_nhops); in rib_decompose_notification() 371 wn = nhgrp_get_nhops((struct nhgrp_object *)rc->rc_nh_old, &num_nhops); in rib_decompose_notification()
|
| H A D | route_ctl.h | 129 struct weightened_nhop *nhgrp_get_nhops(struct nhgrp_object *nhg,
|
| H A D | route_ctl.c | 145 wn = nhgrp_get_nhops((struct nhgrp_object *)nh, &num_nhops); in destroy_rtentry() 977 wn = nhgrp_get_nhops((struct nhgrp_object *)nh_orig, &num_nhops); in change_mpath_route() 1350 wn = nhgrp_get_nhops(nhg, &num_nhops); in rib_walk_del()
|
| H A D | nhgrp_ctl.c | 687 nhgrp_get_nhops(struct nhgrp_object *nhg, uint32_t *pnum_nhops) in nhgrp_get_nhops() function
|
| /f-stack/freebsd/netinet/ |
| H A D | in_fib.c | 201 wn = nhgrp_get_nhops((struct nhgrp_object *)nh, &num_nhops); in check_urpf()
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6_fib.c | 210 wn = nhgrp_get_nhops((struct nhgrp_object *)nh, &num_nhops); in check_urpf()
|
| /f-stack/lib/ |
| H A D | ff_route.c | 591 nhgrp_get_nhops(struct nhgrp_object *nhg, uint32_t *pnum_nhops) in nhgrp_get_nhops() function 611 wn = nhgrp_get_nhops((struct nhgrp_object *)nh, &num_nhops); in select_nhop()
|
| /f-stack/freebsd/net/ |
| H A D | rtsock.c | 709 wn = nhgrp_get_nhops((struct nhgrp_object *)nh, &num_nhops); in select_nhop() 2132 wn = nhgrp_get_nhops((struct nhgrp_object *)nh, &num_nhops); in sysctl_dumpentry()
|