Searched refs:down_head (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/bsd/netinet6/ |
| H A D | nd6_prproxy.c | 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() [all …]
|