Lines Matching refs:down_head
231 struct nd6_prproxy_prelist_head *down_head) in nd6_prproxy_prelist_setroute() argument
296 SLIST_FOREACH_SAFE(down, down_head, ndprl_le, ndprl_tmp) { in nd6_prproxy_prelist_setroute()
303 SLIST_REMOVE(down_head, down, nd6_prproxy_prelist, ndprl_le); in nd6_prproxy_prelist_setroute()
358 SLIST_HEAD(, nd6_prproxy_prelist) down_head; in nd6_if_prproxy()
371 SLIST_INIT(&down_head); in nd6_if_prproxy()
469 SLIST_INSERT_HEAD(&down_head, down, ndprl_le); in nd6_if_prproxy()
479 (struct nd6_prproxy_prelist_head *)&down_head); in nd6_if_prproxy()
482 VERIFY(SLIST_EMPTY(&down_head)); in nd6_if_prproxy()
701 SLIST_HEAD(, nd6_prproxy_prelist) down_head; in nd6_prproxy_prelist_update()
710 SLIST_INIT(&down_head); in nd6_prproxy_prelist_update()
801 SLIST_INSERT_HEAD(&down_head, down, ndprl_le); in nd6_prproxy_prelist_update()
810 (struct nd6_prproxy_prelist_head *)&down_head); in nd6_prproxy_prelist_update()
814 VERIFY(SLIST_EMPTY(&down_head)); in nd6_prproxy_prelist_update()