Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Dnd6_prproxy.c1287 nd6_prproxy_sols_purge(struct nd_prefix *pr, u_int64_t max_stgt) in nd6_prproxy_sols_purge() argument
1290 u_int64_t expire = (max_stgt > 0) ? net_uptime() : 0; in nd6_prproxy_sols_purge()
1307 if (max_stgt == 0 || pr->ndpr_prproxy_sols_cnt < max_stgt) { in nd6_prproxy_sols_purge()
1308 VERIFY(max_stgt != 0 || (pr->ndpr_prproxy_sols_cnt == 0 && in nd6_prproxy_sols_purge()
1320 if (pr->ndpr_prproxy_sols_cnt < max_stgt) { in nd6_prproxy_sols_purge()
1341 nd6_prproxy_sols_prune(struct nd_prefix *pr, u_int32_t max_stgt) in nd6_prproxy_sols_prune() argument
1343 nd6_prproxy_sols_purge(pr, max_stgt); in nd6_prproxy_sols_prune()
1356 u_int32_t max_stgt = nd6_max_tgt_sols; in nd6_solsrc_enq() local
1377 if (max_stgt != 0 && pr->ndpr_prproxy_sols_cnt >= max_stgt) { in nd6_solsrc_enq()
1379 nd6_prproxy_sols_prune(pr, max_stgt); in nd6_solsrc_enq()
[all …]