Searched refs:rc_nh_new (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/net/route/ |
| H A D | route_helpers.c | 245 if (NH_IS_NHGRP(rc->rc_nh_new)) { in decompose_change_notification() 246 wn_new = nhgrp_get_nhops((struct nhgrp_object *)rc->rc_nh_new, &num_new); in decompose_change_notification() 248 tmp.nh = rc->rc_nh_new; in decompose_change_notification() 277 rc_add.rc_nh_new = wn_new[idx_new].nh; in decompose_change_notification() 292 rc_add.rc_nh_new = wn_new[idx_new].nh; in decompose_change_notification() 313 rc_add.rc_nh_new = wn_new[idx_new].nh; in decompose_change_notification() 334 rc_add.rc_nh_new = wn_new[idx_new].nh; in decompose_change_notification() 359 if (!NH_IS_NHGRP(rc->rc_nh_new)) in rib_decompose_notification() 361 wn = nhgrp_get_nhops((struct nhgrp_object *)rc->rc_nh_new, &num_nhops); in rib_decompose_notification() 363 rc_new.rc_nh_new = wn[i].nh; in rib_decompose_notification() [all …]
|
| H A D | mpath_ctl.c | 133 NH_IS_NHGRP(rc->rc_nh_new)) { in add_route_mpath()
|
| H A D | route_ifaddrs.c | 84 nh = nhop_select(rc.rc_nh_new, 0); in rib_handle_ifaddr_one()
|
| H A D | route_ctl.h | 44 struct nhop_object *rc_nh_new; /* Target nhop OR mpath */ member
|
| H A D | fib_algo.c | 518 nh = rc->rc_nh_new; in need_immediate_rebuild() 568 if (rc->rc_nh_new != NULL) { in handle_rtable_change_cb() 569 if (fib_ref_nhop(fd, rc->rc_nh_new) == 0) { in handle_rtable_change_cb()
|
| H A D | route_ctl.c | 1082 rc->rc_nh_new = rnd->rnd_nhop; in add_route_nhop() 1139 rc->rc_nh_new = rnd->rnd_nhop; in change_route_nhop()
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | dpdk_lpm.c | 123 uint32_t nhidx = fib_get_nhop_idx(dd->fd, rc->rc_nh_new); in handle_default_change() 177 nhidx = fib_get_nhop_idx(dd->fd, rc->rc_nh_new); in handle_gu_change() 262 .rc_nh_new = nh, in add_route_cb()
|
| H A D | dpdk_lpm6.c | 146 uint32_t nhidx = fib_get_nhop_idx(dd->fd, rc->rc_nh_new); in handle_default_change() 212 uint32_t nhidx = fib_get_nhop_idx(dd->fd, rc->rc_nh_new); in handle_gu_change() 326 .rc_nh_new = nh, in add_route_cb()
|
| /f-stack/lib/ |
| H A D | ff_route.c | 715 rc->rc_nh_new = nh; in handle_rtm_get() 1124 if (NH_IS_NHGRP(rc.rc_nh_new) || in ff_rtioctl() 1132 nh = rc.rc_nh_new; in ff_rtioctl() 1143 (rc.rc_nh_new && NH_IS_NHGRP(rc.rc_nh_new))) { in ff_rtioctl() 1163 nh = rc.rc_nh_new; in ff_rtioctl()
|
| /f-stack/freebsd/net/ |
| H A D | rtsock.c | 813 rc->rc_nh_new = nh; in handle_rtm_get() 1085 if (NH_IS_NHGRP(rc.rc_nh_new) || in route_output() 1093 nh = rc.rc_nh_new; in route_output() 1104 (rc.rc_nh_new && NH_IS_NHGRP(rc.rc_nh_new))) { in route_output() 1124 nh = rc.rc_nh_new; in route_output()
|
| /f-stack/freebsd/netinet6/ |
| H A D | nd6_rtr.c | 701 struct nhop_object *nh = nhop_select_func(rc.rc_nh_new, 0); in defrouter_addreq()
|