Home
last modified time | relevance | path

Searched refs:NH_IS_LINKED (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/net/route/
H A Dnhop_var.h100 #define NH_IS_LINKED(_nh) ((_nh)->nh_priv->nh_idx != 0) macro
H A Dnhop_ctl.c1029 MPASS(!NH_IS_LINKED(nh)); in nhop_set_expire()