Lines Matching refs:nd6_prproxy_prelist
109 struct nd6_prproxy_prelist { struct
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(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()
303 SLIST_REMOVE(down_head, down, nd6_prproxy_prelist, ndprl_le); in nd6_prproxy_prelist_setroute()
357 SLIST_HEAD(, nd6_prproxy_prelist) up_head; in nd6_if_prproxy()
358 SLIST_HEAD(, nd6_prproxy_prelist) down_head; in nd6_if_prproxy()
359 struct nd6_prproxy_prelist *up, *down; in nd6_if_prproxy()
700 SLIST_HEAD(, nd6_prproxy_prelist) up_head; in nd6_prproxy_prelist_update()
701 SLIST_HEAD(, nd6_prproxy_prelist) down_head; in nd6_prproxy_prelist_update()
702 struct nd6_prproxy_prelist *up, *down; in nd6_prproxy_prelist_update()
869 SLIST_HEAD(, nd6_prproxy_prelist) ndprl_head; in nd6_prproxy_ns_output()
870 struct nd6_prproxy_prelist *ndprl, *ndprl_tmp; in nd6_prproxy_ns_output()
947 SLIST_REMOVE(&ndprl_head, ndprl, nd6_prproxy_prelist, ndprl_le); in nd6_prproxy_ns_output()
992 SLIST_HEAD(, nd6_prproxy_prelist) ndprl_head; in nd6_prproxy_ns_input()
993 struct nd6_prproxy_prelist *ndprl, *ndprl_tmp; in nd6_prproxy_ns_input()
1083 SLIST_REMOVE(&ndprl_head, ndprl, nd6_prproxy_prelist, ndprl_le); in nd6_prproxy_ns_input()
1128 SLIST_HEAD(, nd6_prproxy_prelist) ndprl_head; in nd6_prproxy_na_input()
1129 struct nd6_prproxy_prelist *ndprl, *ndprl_tmp; in nd6_prproxy_na_input()
1224 SLIST_REMOVE(&ndprl_head, ndprl, nd6_prproxy_prelist, ndprl_le); in nd6_prproxy_na_input()