Searched refs:ndpr_prproxy_sols (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | nd6_prproxy.c | 258 VERIFY(RB_EMPTY(&pr->ndpr_prproxy_sols)); in nd6_prproxy_prelist_setroute() 1296 &pr->ndpr_prproxy_sols, tmp) { in nd6_prproxy_sols_purge() 1302 &pr->ndpr_prproxy_sols, soltgt); in nd6_prproxy_sols_purge() 1309 RB_EMPTY(&pr->ndpr_prproxy_sols))); in nd6_prproxy_sols_purge() 1315 &pr->ndpr_prproxy_sols, tmp) { in nd6_prproxy_sols_purge() 1318 RB_REMOVE(prproxy_sols_tree, &pr->ndpr_prproxy_sols, soltgt); in nd6_prproxy_sols_purge() 1375 soltgt = RB_FIND(prproxy_sols_tree, &pr->ndpr_prproxy_sols, &find); in nd6_solsrc_enq() 1378 VERIFY(!RB_EMPTY(&pr->ndpr_prproxy_sols)); in nd6_solsrc_enq() 1395 RB_INSERT(prproxy_sols_tree, &pr->ndpr_prproxy_sols, soltgt); in nd6_solsrc_enq() 1435 soltgt = RB_FIND(prproxy_sols_tree, &pr->ndpr_prproxy_sols, &find); in nd6_solsrc_deq()
|
| H A D | nd6.h | 604 struct prproxy_sols_tree ndpr_prproxy_sols; /* tree of proxied NS */ member
|
| H A D | nd6_rtr.c | 3061 RB_INIT(&pr->ndpr_prproxy_sols); in ndpr_alloc() 3088 } else if (!RB_EMPTY(&pr->ndpr_prproxy_sols)) { in ndpr_free() 3866 VERIFY(RB_EMPTY(&pr->ndpr_prproxy_sols)); in nd6_prefix_onlink_common() 4013 VERIFY(RB_EMPTY(&pr->ndpr_prproxy_sols)); in nd6_prefix_offlink()
|