Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Dnhop_var.h96 #define NH_PRIV_END_CMP (__offsetof(struct nhop_priv, nh_idx)) macro
H A Dnhop_ctl.c159 if (memcmp(_one, _two, NH_PRIV_END_CMP) != 0) in cmp_priv()