Searched refs:tmp_pr (Results 1 – 1 of 1) sorted by relevance
2374 struct nd_prefix *__single tmp_pr = NULL; in prelist_remove() local2429 tmp_pr = nd6_prefix_equal_lookup(pr, FALSE); in prelist_remove()2430 if (tmp_pr != NULL) { in prelist_remove()2435 err = nd6_prefix_offlink(tmp_pr); in prelist_remove()2441 ip6_sprintf(&tmp_pr->ndpr_prefix.sin6_addr), in prelist_remove()2442 tmp_pr->ndpr_plen, if_name(tmp_pr->ndpr_ifp), err); in prelist_remove()2445 err = nd6_prefix_onlink_scoped(tmp_pr, IFSCOPE_NONE); in prelist_remove()2450 tmp_pr->ndpr_plen, if_name(tmp_pr->ndpr_ifp), err); in prelist_remove()2457 tmp_pr->ndpr_plen, if_name(tmp_pr->ndpr_ifp)); in prelist_remove()2462 tmp_pr->ndpr_plen, if_name(tmp_pr->ndpr_ifp)); in prelist_remove()[all …]