Home
last modified time | relevance | path

Searched refs:NH_IS_NHGRP (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/net/route/
H A Droute_helpers.c237 if (NH_IS_NHGRP(rc->rc_nh_old)) { in decompose_change_notification()
245 if (NH_IS_NHGRP(rc->rc_nh_new)) { in decompose_change_notification()
359 if (!NH_IS_NHGRP(rc->rc_nh_new)) in rib_decompose_notification()
369 if (!NH_IS_NHGRP(rc->rc_nh_old)) in rib_decompose_notification()
379 if (!NH_IS_NHGRP(rc->rc_nh_old) && !NH_IS_NHGRP(rc->rc_nh_new)) in rib_decompose_notification()
H A Dnhop_var.h96 #define NH_IS_PINNED(_nh) ((!NH_IS_NHGRP(_nh)) && \
H A Dmpath_ctl.c133 NH_IS_NHGRP(rc->rc_nh_new)) { in add_route_mpath()
H A Dnhop.h158 #define NH_IS_NHGRP(_nh) ((_nh)->nh_flags & NHF_MULTIPATH) macro
H A Droute_ctl.c142 if (NH_IS_NHGRP(nh)) { in destroy_rtentry()
785 if (NH_IS_NHGRP(nh)) { in rt_unlinkrte()
1036 if (NH_IS_NHGRP(nh_orig)) in change_route()
1348 if (NH_IS_NHGRP(nh)) { in rib_walk_del()
H A Dnhop_ctl.c697 if (!NH_IS_NHGRP(nh)) in nhop_ref_any()
711 if (!NH_IS_NHGRP(nh)) in nhop_free_any()
H A Droute_var.h269 if (NH_IS_NHGRP(nh)) { in nhop_select()
H A Dfib_algo.c519 if (!NH_IS_NHGRP(nh) && (!(nh->nh_flags & NHF_GATEWAY))) in need_immediate_rebuild()
524 if (!NH_IS_NHGRP(nh) && (!(nh->nh_flags & NHF_GATEWAY))) in need_immediate_rebuild()
1402 if (NH_IS_NHGRP(nh)) in get_nhop_idx()
H A Dnhgrp_ctl.c663 if (!NH_IS_NHGRP(rnd_orig->rnd_nhop)) { in nhgrp_get_addition_group()
/f-stack/tools/compat/include/net/route/
H A Dnhop.h158 #define NH_IS_NHGRP(_nh) ((_nh)->nh_flags & NHF_MULTIPATH) macro
/f-stack/lib/
H A Dff_route.c606 if (!NH_IS_NHGRP(nh)) in select_nhop()
1124 if (NH_IS_NHGRP(rc.rc_nh_new) || in ff_rtioctl()
1125 (rc.rc_nh_old && NH_IS_NHGRP(rc.rc_nh_old))) { in ff_rtioctl()
1142 if (NH_IS_NHGRP(rc.rc_nh_old) || in ff_rtioctl()
1143 (rc.rc_nh_new && NH_IS_NHGRP(rc.rc_nh_new))) { in ff_rtioctl()
/f-stack/freebsd/netinet/
H A Din_fib.c198 if (NH_IS_NHGRP(nh)) { in check_urpf()
/f-stack/freebsd/netinet6/
H A Din6_fib.c207 if (NH_IS_NHGRP(nh)) { in check_urpf()
/f-stack/freebsd/net/
H A Drtsock.c704 if (!NH_IS_NHGRP(nh)) in select_nhop()
1085 if (NH_IS_NHGRP(rc.rc_nh_new) || in route_output()
1086 (rc.rc_nh_old && NH_IS_NHGRP(rc.rc_nh_old))) { in route_output()
1103 if (NH_IS_NHGRP(rc.rc_nh_old) || in route_output()
1104 (rc.rc_nh_new && NH_IS_NHGRP(rc.rc_nh_new))) { in route_output()
2129 if (NH_IS_NHGRP(nh)) { in sysctl_dumpentry()