Searched refs:NH_PRIV_END_CMP (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/net/route/ | ||
H A D | nhop_var.h | 96 #define NH_PRIV_END_CMP (__offsetof(struct nhop_priv, nh_idx)) macro |
H A D | nhop_ctl.c | 159 if (memcmp(_one, _two, NH_PRIV_END_CMP) != 0) in cmp_priv() |