Lines Matching refs:nd6_prproxy_prelist

109 struct nd6_prproxy_prelist {
110 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(int);
145 static void nd6_ndprl_free(struct nd6_prproxy_prelist *);
181 static struct zone *ndprl_zone; /* nd6_prproxy_prelist zone */
184 #define NDPRL_ZONE_NAME "nd6_prproxy_prelist" /* name for zone */
227 ndprl_size = sizeof (struct nd6_prproxy_prelist);
255 static struct nd6_prproxy_prelist *
258 struct nd6_prproxy_prelist *ndprl;
269 nd6_ndprl_free(struct nd6_prproxy_prelist *ndprl)
285 struct nd6_prproxy_prelist *up, *down, *ndprl_tmp;
295 SLIST_REMOVE(up_head, up, nd6_prproxy_prelist, ndprl_le);
340 SLIST_REMOVE(down_head, down, nd6_prproxy_prelist, ndprl_le);
386 SLIST_HEAD(, nd6_prproxy_prelist) up_head;
387 SLIST_HEAD(, nd6_prproxy_prelist) down_head;
388 struct nd6_prproxy_prelist *up, *down;
581 SLIST_HEAD(, nd6_prproxy_prelist) up_head;
582 SLIST_HEAD(, nd6_prproxy_prelist) down_head;
583 struct nd6_prproxy_prelist *up, *down;
745 SLIST_HEAD(, nd6_prproxy_prelist) ndprl_head;
746 struct nd6_prproxy_prelist *ndprl, *ndprl_tmp;
801 SLIST_REMOVE(&ndprl_head, ndprl, nd6_prproxy_prelist, ndprl_le);
846 SLIST_HEAD(, nd6_prproxy_prelist) ndprl_head;
847 struct nd6_prproxy_prelist *ndprl, *ndprl_tmp;
932 SLIST_REMOVE(&ndprl_head, ndprl, nd6_prproxy_prelist, ndprl_le);
977 SLIST_HEAD(, nd6_prproxy_prelist) ndprl_head;
978 struct nd6_prproxy_prelist *ndprl, *ndprl_tmp;
1069 SLIST_REMOVE(&ndprl_head, ndprl, nd6_prproxy_prelist, ndprl_le);