Searched refs:nd6_prproxy_prelist (Results 1 – 1 of 1) sorted by relevance
109 struct nd6_prproxy_prelist { struct110 SLIST_ENTRY(nd6_prproxy_prelist) ndprl_le;140 SLIST_HEAD(nd6_prproxy_prelist_head, nd6_prproxy_prelist);144 static struct nd6_prproxy_prelist *nd6_ndprl_alloc(zalloc_flags_t);145 static void nd6_ndprl_free(struct nd6_prproxy_prelist *);181 sizeof(struct nd6_prproxy_prelist), ZC_ZFREE_CLEARMEM); /* nd6_prproxy_prelist zone */210 static struct nd6_prproxy_prelist *217 nd6_ndprl_free(struct nd6_prproxy_prelist *ndprl) in nd6_ndprl_free()233 struct nd6_prproxy_prelist *up, *down, *ndprl_tmp; in nd6_prproxy_prelist_setroute()245 SLIST_REMOVE(up_head, up, nd6_prproxy_prelist, ndprl_le); in nd6_prproxy_prelist_setroute()[all …]