Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Dnhgrp_var.h44 #define mpath_cmp(_one, _two) (cmp_nhgrp(_one, _two))
H A Dnhgrp.c88 static int cmp_nhgrp(const struct nhgrp_priv *a, const struct nhgrp_priv *b);
104 cmp_nhgrp(const struct nhgrp_priv *a, const struct nhgrp_priv *b) in cmp_nhgrp() function