Searched refs:_one (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/net/route/
H A Dnhgrp_var.h44 #define mpath_cmp(_one, _two) (cmp_nhgrp(_one, _two))
H A Dnhop_var.h48 #define nhops_cmp(_one, _two) cmp_priv(_one, _two)
106 int cmp_priv(const struct nhop_priv *_one, const struct nhop_priv *_two);
H A Dnhop_ctl.c161 cmp_priv(const struct nhop_priv *_one, const struct nhop_priv *_two) argument
164 if (memcmp(_one->nh, _two->nh, NHOP_END_CMP) != 0)
167 if (memcmp(_one, _two, NH_PRIV_END_CMP) != 0)

Completed in 34 milliseconds