Lines Matching refs:nd6_prproxy_soltgt
130 struct nd6_prproxy_soltgt { struct
131 RB_ENTRY(nd6_prproxy_soltgt) soltgt_link; /* RB tree links */
152 static struct nd6_prproxy_soltgt *nd6_soltgt_alloc(int); argument
153 static void nd6_soltgt_free(struct nd6_prproxy_soltgt *);
154 static void nd6_soltgt_prune(struct nd6_prproxy_soltgt *, u_int32_t);
155 static __inline int soltgt_cmp(const struct nd6_prproxy_soltgt *,
156 const struct nd6_prproxy_soltgt *);
159 RB_PROTOTYPE_SC_PREV(__private_extern__, prproxy_sols_tree, nd6_prproxy_soltgt,
187 sizeof(struct nd6_prproxy_soltgt), ZC_ZFREE_CLEARMEM); /* nd6_prproxy_soltgt zone */
190 RB_GENERATE_PREV(prproxy_sols_tree, nd6_prproxy_soltgt,
1288 struct nd6_prproxy_soltgt *soltgt, *tmp; in nd6_prproxy_sols_purge()
1352 struct nd6_prproxy_soltgt find, *soltgt; in nd6_solsrc_enq()
1419 struct nd6_prproxy_soltgt find, *soltgt; in nd6_solsrc_deq()
1450 static struct nd6_prproxy_soltgt *
1453 struct nd6_prproxy_soltgt *soltgt; in nd6_soltgt_alloc()
1463 nd6_soltgt_free(struct nd6_prproxy_soltgt *soltgt) in nd6_soltgt_free()
1481 nd6_soltgt_prune(struct nd6_prproxy_soltgt *soltgt, u_int32_t max_ssrc) in nd6_soltgt_prune()
1502 soltgt_cmp(const struct nd6_prproxy_soltgt *a, in soltgt_cmp()
1503 const struct nd6_prproxy_soltgt *b) in soltgt_cmp()