Searched refs:newpr (Results 1 – 2 of 2) sorted by relevance
1031 struct nd_prefix *newpr = NULL; in prelist_update() local1040 error = nd6_prelist_add(new, dr, &newpr); in prelist_update()1041 if (error != 0 || newpr == NULL) { in prelist_update()1047 error, newpr)); in prelist_update()1058 if (newpr->ndpr_raf_onlink == 0) { in prelist_update()1059 newpr->ndpr_vltime = 0; in prelist_update()1060 newpr->ndpr_pltime = 0; in prelist_update()1061 in6_init_prefix_ltimes(newpr); in prelist_update()1064 pr = newpr; in prelist_update()
969 struct prison *oldpr, *newpr, *pr; in racct_proc_ucred_changed() local977 newpr = newcred->cr_prison; in racct_proc_ucred_changed()989 if (newpr != oldpr) { in racct_proc_ucred_changed()993 for (pr = newpr; pr != NULL; pr = pr->pr_parent) in racct_proc_ucred_changed()