Searched refs:soltgt (Results 1 – 1 of 1) sorted by relevance
1289 struct nd6_prproxy_soltgt *__single soltgt, *__single tmp; in nd6_prproxy_sols_purge() local1295 RB_FOREACH_SAFE(soltgt, prproxy_sols_tree, in nd6_prproxy_sols_purge()1298 if (expire == 0 || soltgt->soltgt_expire <= expire || in nd6_prproxy_sols_purge()1299 soltgt->soltgt_cnt == 0) { in nd6_prproxy_sols_purge()1302 &pr->ndpr_prproxy_sols, soltgt); in nd6_prproxy_sols_purge()1303 nd6_soltgt_free(soltgt); in nd6_prproxy_sols_purge()1314 RB_FOREACH_SAFE(soltgt, prproxy_sols_tree, in nd6_prproxy_sols_purge()1318 RB_REMOVE(prproxy_sols_tree, &pr->ndpr_prproxy_sols, soltgt); in nd6_prproxy_sols_purge()1319 nd6_soltgt_free(soltgt); in nd6_prproxy_sols_purge()1354 struct nd6_prproxy_soltgt *__single soltgt; in nd6_solsrc_enq() local[all …]