Home
last modified time | relevance | path

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

/xnu-11417.101.15/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()
1376 if (max_stgt != 0 && pr->ndpr_prproxy_sols_cnt >= max_stgt) { in nd6_solsrc_enq()
1379 VERIFY(pr->ndpr_prproxy_sols_cnt < max_stgt); in nd6_solsrc_enq()
[all …]
H A Dnd6_rtr.c3047 } else if (pr->ndpr_prproxy_sols_cnt != 0) { in ndpr_free()
3049 __func__, pr, pr->ndpr_prproxy_sols_cnt); in ndpr_free()
3819 VERIFY(pr->ndpr_prproxy_sols_cnt == 0); in nd6_prefix_onlink_common()
3963 if (pr->ndpr_prproxy_sols_cnt > 0) { in nd6_prefix_offlink()
3966 VERIFY(pr->ndpr_prproxy_sols_cnt == 0); in nd6_prefix_offlink()
H A Dnd6.h572 u_int32_t ndpr_prproxy_sols_cnt; /* total # of proxied NS */ member