Home
last modified time | relevance | path

Searched refs:soltgt (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.101.15/bsd/netinet6/
H A Dnd6_prproxy.c1288 struct nd6_prproxy_soltgt *soltgt, *tmp; in nd6_prproxy_sols_purge() local
1294 RB_FOREACH_SAFE(soltgt, prproxy_sols_tree, in nd6_prproxy_sols_purge()
1297 if (expire == 0 || soltgt->soltgt_expire <= expire || in nd6_prproxy_sols_purge()
1298 soltgt->soltgt_cnt == 0) { in nd6_prproxy_sols_purge()
1301 &pr->ndpr_prproxy_sols, soltgt); in nd6_prproxy_sols_purge()
1302 nd6_soltgt_free(soltgt); in nd6_prproxy_sols_purge()
1313 RB_FOREACH_SAFE(soltgt, prproxy_sols_tree, in nd6_prproxy_sols_purge()
1317 RB_REMOVE(prproxy_sols_tree, &pr->ndpr_prproxy_sols, soltgt); in nd6_prproxy_sols_purge()
1318 nd6_soltgt_free(soltgt); in nd6_prproxy_sols_purge()
1352 struct nd6_prproxy_soltgt find, *soltgt; in nd6_solsrc_enq() local
[all …]