Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet6/
H A Dnd6_prproxy.c257 VERIFY(pr->ndpr_prproxy_sols_cnt == 0); in nd6_prproxy_prelist_setroute()
1297 VERIFY(pr->ndpr_prproxy_sols_cnt > 0); in nd6_prproxy_sols_purge()
1300 pr->ndpr_prproxy_sols_cnt--; 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()
1316 VERIFY(pr->ndpr_prproxy_sols_cnt > 0); in nd6_prproxy_sols_purge()
1317 pr->ndpr_prproxy_sols_cnt--; in nd6_prproxy_sols_purge()
1320 if (pr->ndpr_prproxy_sols_cnt < max_stgt) { in nd6_prproxy_sols_purge()
1377 if (max_stgt != 0 && pr->ndpr_prproxy_sols_cnt >= max_stgt) { in nd6_solsrc_enq()
1380 VERIFY(pr->ndpr_prproxy_sols_cnt < max_stgt); in nd6_solsrc_enq()
[all …]
H A Dnd6_rtr.c3084 } else if (pr->ndpr_prproxy_sols_cnt != 0) { in ndpr_free()
3086 __func__, pr, pr->ndpr_prproxy_sols_cnt); in ndpr_free()
3865 VERIFY(pr->ndpr_prproxy_sols_cnt == 0); in nd6_prefix_onlink_common()
4009 if (pr->ndpr_prproxy_sols_cnt > 0) { in nd6_prefix_offlink()
4012 VERIFY(pr->ndpr_prproxy_sols_cnt == 0); in nd6_prefix_offlink()
H A Dnd6.h603 u_int32_t ndpr_prproxy_sols_cnt; /* total # of proxied NS */ member