Searched refs:ndpr_rt (Results 1 – 3 of 3) sorted by relevance
3080 } else if (pr->ndpr_rt != NULL) { in ndpr_free()3082 pr->ndpr_rt); in ndpr_free()3778 if ((rt = pr->ndpr_rt) != NULL) { in nd6_prefix_onlink_common()3779 pr->ndpr_rt = NULL; in nd6_prefix_onlink_common()3872 pr->ndpr_rt = rt; /* keep reference from rtrequest */ in nd6_prefix_onlink_common()3935 rtentry_ref_t rt = NULL, ndpr_rt = NULL; in nd6_prefix_offlink() local3964 if ((ndpr_rt = pr->ndpr_rt) != NULL) { in nd6_prefix_offlink()3965 pr->ndpr_rt = NULL; in nd6_prefix_offlink()3999 if (ndpr_rt != NULL) { in nd6_prefix_offlink()4000 rtfree(ndpr_rt); in nd6_prefix_offlink()
272 if ((rt = pr->ndpr_rt) != NULL) { in nd6_prproxy_prelist_setroute()327 if ((rt = pr->ndpr_rt) != NULL) { in nd6_prproxy_prelist_setroute()
582 struct rtentry *ndpr_rt; member