Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet6/
H A Dnd6_prproxy.c256 VERIFY(pr->ndpr_prproxy_sols_cnt == 0); in nd6_prproxy_prelist_setroute()
1296 VERIFY(pr->ndpr_prproxy_sols_cnt > 0); in nd6_prproxy_sols_purge()
1299 pr->ndpr_prproxy_sols_cnt--; 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()
1315 VERIFY(pr->ndpr_prproxy_sols_cnt > 0); in nd6_prproxy_sols_purge()
1316 pr->ndpr_prproxy_sols_cnt--; in nd6_prproxy_sols_purge()
1319 if (pr->ndpr_prproxy_sols_cnt < max_stgt) { in nd6_prproxy_sols_purge()
1375 if (max_stgt != 0 && pr->ndpr_prproxy_sols_cnt >= max_stgt) { in nd6_solsrc_enq()
1378 VERIFY(pr->ndpr_prproxy_sols_cnt < max_stgt); in nd6_solsrc_enq()
[all …]
H A Dnd6_rtr.c3023 } else if (pr->ndpr_prproxy_sols_cnt != 0) { in ndpr_free()
3025 __func__, pr, pr->ndpr_prproxy_sols_cnt); in ndpr_free()
3794 VERIFY(pr->ndpr_prproxy_sols_cnt == 0); in nd6_prefix_onlink_common()
3928 if (pr->ndpr_prproxy_sols_cnt > 0) { in nd6_prefix_offlink()
3931 VERIFY(pr->ndpr_prproxy_sols_cnt == 0); in nd6_prefix_offlink()
H A Dnd6.h655 u_int32_t ndpr_prproxy_sols_cnt; /* total # of proxied NS */ member