Lines Matching refs:down_head
232 struct nd6_prproxy_prelist_head *down_head) in nd6_prproxy_prelist_setroute() argument
297 SLIST_FOREACH_SAFE(down, down_head, ndprl_le, ndprl_tmp) { in nd6_prproxy_prelist_setroute()
304 SLIST_REMOVE(down_head, down, nd6_prproxy_prelist, ndprl_le); in nd6_prproxy_prelist_setroute()
359 SLIST_HEAD(, nd6_prproxy_prelist) down_head; in nd6_if_prproxy()
372 SLIST_INIT(&down_head); in nd6_if_prproxy()
470 SLIST_INSERT_HEAD(&down_head, down, ndprl_le); in nd6_if_prproxy()
480 (struct nd6_prproxy_prelist_head *)&down_head); in nd6_if_prproxy()
483 VERIFY(SLIST_EMPTY(&down_head)); in nd6_if_prproxy()
702 SLIST_HEAD(, nd6_prproxy_prelist) down_head; in nd6_prproxy_prelist_update()
711 SLIST_INIT(&down_head); in nd6_prproxy_prelist_update()
802 SLIST_INSERT_HEAD(&down_head, down, ndprl_le); in nd6_prproxy_prelist_update()
811 (struct nd6_prproxy_prelist_head *)&down_head); in nd6_prproxy_prelist_update()
815 VERIFY(SLIST_EMPTY(&down_head)); in nd6_prproxy_prelist_update()