Searched refs:ndpr_rt (Results 1 – 3 of 3) sorted by relevance
3043 } else if (pr->ndpr_rt != NULL) { in ndpr_free()3045 pr->ndpr_rt); in ndpr_free()3732 if ((rt = pr->ndpr_rt) != NULL) { in nd6_prefix_onlink_common()3733 pr->ndpr_rt = NULL; in nd6_prefix_onlink_common()3826 pr->ndpr_rt = rt; /* keep reference from rtrequest */ in nd6_prefix_onlink_common()3889 rtentry_ref_t rt = NULL, ndpr_rt = NULL; in nd6_prefix_offlink() local3918 if ((ndpr_rt = pr->ndpr_rt) != NULL) { in nd6_prefix_offlink()3919 pr->ndpr_rt = NULL; in nd6_prefix_offlink()3953 if (ndpr_rt != NULL) { in nd6_prefix_offlink()3954 rtfree(ndpr_rt); in nd6_prefix_offlink()
271 if ((rt = pr->ndpr_rt) != NULL) { in nd6_prproxy_prelist_setroute()326 if ((rt = pr->ndpr_rt) != NULL) { in nd6_prproxy_prelist_setroute()
551 struct rtentry *ndpr_rt; member