Lines Matching refs:nhgrp_priv
90 static int cmp_nhgrp(const struct nhgrp_priv *a, const struct nhgrp_priv *b);
91 static unsigned int hash_nhgrp(const struct nhgrp_priv *obj);
106 cmp_nhgrp(const struct nhgrp_priv *a, const struct nhgrp_priv *b) in cmp_nhgrp()
125 hash_nhgrp(const struct nhgrp_priv *obj) in hash_nhgrp()
137 struct nhgrp_priv *
138 find_nhgrp(struct nh_control *ctl, const struct nhgrp_priv *key) in find_nhgrp()
140 struct nhgrp_priv *priv_ret; in find_nhgrp()
156 link_nhgrp(struct nh_control *ctl, struct nhgrp_priv *grp_priv) in link_nhgrp()
189 struct nhgrp_priv *
190 unlink_nhgrp(struct nh_control *ctl, struct nhgrp_priv *key) in unlink_nhgrp()
192 struct nhgrp_priv *nhg_priv_ret; in unlink_nhgrp()
332 struct nhgrp_priv *nhg_priv; in nhgrp_ctl_unlink_all()