Searched refs:pr_up (Results 1 – 1 of 1) sorted by relevance
298 struct nd_prefix *__single pr_up; in nd6_prproxy_prelist_setroute() local306 pr_up = down->ndprl_up; in nd6_prproxy_prelist_setroute()307 VERIFY(pr_up != NULL); in nd6_prproxy_prelist_setroute()309 NDPR_LOCK(pr_up); in nd6_prproxy_prelist_setroute()311 prproxy = (pr_up->ndpr_stateflags & NDPRF_PRPROXY); in nd6_prproxy_prelist_setroute()312 VERIFY(!prproxy || ((pr_up->ndpr_stateflags & NDPRF_ONLINK) && in nd6_prproxy_prelist_setroute()313 !(pr_up->ndpr_stateflags & NDPRF_IFSCOPE))); in nd6_prproxy_prelist_setroute()314 NDPR_UNLOCK(pr_up); in nd6_prproxy_prelist_setroute()342 NDPR_REMREF(pr_up); in nd6_prproxy_prelist_setroute()699 nd6_prproxy_prelist_update(struct nd_prefix *pr_cur, struct nd_prefix *pr_up) in nd6_prproxy_prelist_update() argument[all …]