Symbol: NH_IS_NHGRP
sys/net/route/fib_algo.c
1763
if (NH_IS_NHGRP(nh))
sys/net/route/fib_algo.c
668
if (!NH_IS_NHGRP(nh)) {
sys/net/route/fib_algo.c
677
if (!NH_IS_NHGRP(nh)) {
sys/net/route/nhgrp_ctl.c
840
MPASS((!NH_IS_NHGRP(rnd_add->rnd_nhop)));
sys/net/route/nhgrp_ctl.c
853
if (!NH_IS_NHGRP(rnd_orig->rnd_nhop)) {
sys/net/route/nhgrp_ctl.c
886
MPASS((NH_IS_NHGRP(rnd_add->rnd_nhop)));
sys/net/route/nhgrp_ctl.c
892
if (!NH_IS_NHGRP(rnd_orig->rnd_nhop)) {
sys/net/route/nhop_ctl.c
1213
if (NH_IS_NHGRP(nh))
sys/net/route/nhop_ctl.c
674
if (!NH_IS_NHGRP(nh))
sys/net/route/nhop_ctl.c
684
if (!NH_IS_NHGRP(nh))
sys/net/route/nhop_var.h
99
#define NH_IS_PINNED(_nh) ((!NH_IS_NHGRP(_nh)) && \
sys/net/route/route_ctl.c
1158
if (NH_IS_NHGRP(nh_orig))
sys/net/route/route_ctl.c
1177
if (NH_IS_NHGRP(rnd->rnd_nhop)) {
sys/net/route/route_ctl.c
1489
if (NH_IS_NHGRP(nh)) {
sys/net/route/route_ctl.c
858
if (!NH_IS_NHGRP(rnd_add->rnd_nhop))
sys/net/route/route_ctl.c
975
if (NH_IS_NHGRP(nh)) {
sys/net/route/route_helpers.c
303
if (NH_IS_NHGRP(rc->rc_nh_old)) {
sys/net/route/route_helpers.c
311
if (NH_IS_NHGRP(rc->rc_nh_new)) {
sys/net/route/route_helpers.c
389
if (!NH_IS_NHGRP(rc->rc_nh_new))
sys/net/route/route_helpers.c
397
if (!NH_IS_NHGRP(rc->rc_nh_old))
sys/net/route/route_helpers.c
405
if (!NH_IS_NHGRP(rc->rc_nh_old) && !NH_IS_NHGRP(rc->rc_nh_new))
sys/net/route/route_ifaddrs.c
197
if (!NH_IS_NHGRP(nh) && (nhop_get_rtflags(nh) & RTF_PINNED) &&
sys/net/route/route_rtentry.c
116
if (NH_IS_NHGRP(nh)) {
sys/net/route/route_var.h
280
if (NH_IS_NHGRP(nh)) {
sys/net/rtsock.c
1171
if (NH_IS_NHGRP(rc.rc_nh_new) ||
sys/net/rtsock.c
1172
(rc.rc_nh_old && NH_IS_NHGRP(rc.rc_nh_old))) {
sys/net/rtsock.c
1192
if (NH_IS_NHGRP(rc.rc_nh_old) ||
sys/net/rtsock.c
1193
(rc.rc_nh_new && NH_IS_NHGRP(rc.rc_nh_new))) {
sys/net/rtsock.c
2260
if (NH_IS_NHGRP(nh)) {
sys/net/rtsock.c
290
if ((rc->rc_nh_new && NH_IS_NHGRP(rc->rc_nh_new)) ||
sys/net/rtsock.c
291
(rc->rc_nh_old && NH_IS_NHGRP(rc->rc_nh_old))) {
sys/net/rtsock.c
754
if (!NH_IS_NHGRP(nh))
sys/netinet/in_fib.c
196
if (NH_IS_NHGRP(nh)) {
sys/netinet6/in6_fib.c
205
if (NH_IS_NHGRP(nh)) {
sys/netinet6/nd6.c
1649
if (rc->rc_cmd == RTM_DELETE && !NH_IS_NHGRP(rc->rc_nh_old))
sys/netlink/route/rt.c
1076
if (!NH_IS_NHGRP(nh) && attrs.rta_weight == 0)
sys/netlink/route/rt.c
214
MPASS((NH_IS_NHGRP(rnd->rnd_nhop)));
sys/netlink/route/rt.c
284
if (NH_IS_NHGRP(rnd->rnd_nhop)) {
sys/netlink/route/rt.c
386
if (NH_IS_NHGRP(rnd->rnd_nhop))
sys/netlink/route/rt.c
73
if (NH_IS_NHGRP(nh)) {