Home
last modified time | relevance | path

Searched refs:_one (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/sys/net/route/
HDnhop_var.h46 #define nhops_cmp(_one, _two) cmp_priv(_one, _two) argument
109 int cmp_priv(const struct nhop_priv *_one, const struct nhop_priv *_two);
HDnhgrp_var.h42 #define mpath_cmp(_one, _two) (cmp_nhgrp(_one, _two)) argument
HDnhop_ctl.c152 cmp_priv(const struct nhop_priv *_one, const struct nhop_priv *_two) in cmp_priv() argument
155 if (memcmp(_one->nh, _two->nh, NHOP_END_CMP) != 0) in cmp_priv()
158 if (memcmp(_one, _two, NH_PRIV_END_CMP) != 0) in cmp_priv()
/freebsd-13-stable/sys/netlink/route/
HDnexthop.c95 #define unhop_cmp(_one, _two) (cmp_unhop(_one, _two)) argument