Searched refs:NH_IS_NHGRP (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/net/route/
H A Droute_helpers.c269 if (NH_IS_NHGRP(rc->rc_nh_old)) {
277 if (NH_IS_NHGRP(rc->rc_nh_new)) {
391 if (!NH_IS_NHGRP(rc->rc_nh_new))
401 if (!NH_IS_NHGRP(rc->rc_nh_old))
411 if (!NH_IS_NHGRP(rc->rc_nh_old) && !NH_IS_NHGRP(rc->rc_nh_new))
H A Dnhop_var.h96 #define NH_IS_PINNED(_nh) ((!NH_IS_NHGRP(_nh)) && \
H A Dnhop.h158 #define NH_IS_NHGRP(_nh) ((_nh)->nh_flags & NHF_MULTIPATH) macro
H A Dmpath_ctl.c133 NH_IS_NHGRP(rc->rc_nh_new)) {
H A Dnhop_ctl.c699 if (!NH_IS_NHGRP(nh))
713 if (!NH_IS_NHGRP(nh))
H A Droute_ctl.c142 if (NH_IS_NHGRP(nh)) {
785 if (NH_IS_NHGRP(nh)) {
1036 if (NH_IS_NHGRP(nh_orig))
1348 if (NH_IS_NHGRP(nh)) {
H A Droute_var.h281 if (NH_IS_NHGRP(nh)) {
H A Dfib_algo.c670 if (!NH_IS_NHGRP(nh)) {
679 if (!NH_IS_NHGRP(nh)) {
1766 if (NH_IS_NHGRP(nh))
H A Dnhgrp_ctl.c663 if (!NH_IS_NHGRP(rnd_orig->rnd_nhop)) {
/freebsd-13-stable/sys/netinet/
H A Din_fib.c198 if (NH_IS_NHGRP(nh)) {
/freebsd-13-stable/sys/netinet6/
H A Din6_fib.c207 if (NH_IS_NHGRP(nh)) {
/freebsd-13-stable/sys/net/
H A Drtsock.c713 if (!NH_IS_NHGRP(nh))
1120 if (NH_IS_NHGRP(rc.rc_nh_new) ||
1121 (rc.rc_nh_old && NH_IS_NHGRP(rc.rc_nh_old))) {
1138 if (NH_IS_NHGRP(rc.rc_nh_old) ||
1139 (rc.rc_nh_new && NH_IS_NHGRP(rc.rc_nh_new))) {
2217 if (NH_IS_NHGRP(nh)) {

Completed in 175 milliseconds