Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet6/
H A Dnd6_prproxy.c1286 nd6_prproxy_sols_purge(struct nd_prefix *pr, u_int64_t max_stgt) in nd6_prproxy_sols_purge() argument
1289 u_int64_t expire = (max_stgt > 0) ? net_uptime() : 0; in nd6_prproxy_sols_purge()
1306 if (max_stgt == 0 || pr->ndpr_prproxy_sols_cnt < max_stgt) { in nd6_prproxy_sols_purge()
1307 VERIFY(max_stgt != 0 || (pr->ndpr_prproxy_sols_cnt == 0 && in nd6_prproxy_sols_purge()
1319 if (pr->ndpr_prproxy_sols_cnt < max_stgt) { in nd6_prproxy_sols_purge()
1340 nd6_prproxy_sols_prune(struct nd_prefix *pr, u_int32_t max_stgt) in nd6_prproxy_sols_prune() argument
1342 nd6_prproxy_sols_purge(pr, max_stgt); in nd6_prproxy_sols_prune()
1354 u_int32_t max_stgt = nd6_max_tgt_sols; in nd6_solsrc_enq() local
1375 if (max_stgt != 0 && pr->ndpr_prproxy_sols_cnt >= max_stgt) { in nd6_solsrc_enq()
1377 nd6_prproxy_sols_prune(pr, max_stgt); in nd6_solsrc_enq()
[all …]