Searched refs:pr_up (Results 1 – 1 of 1) sorted by relevance
297 struct nd_prefix *pr_up; in nd6_prproxy_prelist_setroute() local305 pr_up = down->ndprl_up; in nd6_prproxy_prelist_setroute()306 VERIFY(pr_up != NULL); in nd6_prproxy_prelist_setroute()308 NDPR_LOCK(pr_up); in nd6_prproxy_prelist_setroute()310 prproxy = (pr_up->ndpr_stateflags & NDPRF_PRPROXY); in nd6_prproxy_prelist_setroute()311 VERIFY(!prproxy || ((pr_up->ndpr_stateflags & NDPRF_ONLINK) && in nd6_prproxy_prelist_setroute()312 !(pr_up->ndpr_stateflags & NDPRF_IFSCOPE))); in nd6_prproxy_prelist_setroute()313 NDPR_UNLOCK(pr_up); in nd6_prproxy_prelist_setroute()341 NDPR_REMREF(pr_up); in nd6_prproxy_prelist_setroute()698 nd6_prproxy_prelist_update(struct nd_prefix *pr_cur, struct nd_prefix *pr_up) in nd6_prproxy_prelist_update() argument[all …]