Searched refs:ndpr_rt (Results 1 – 3 of 3) sorted by relevance
2936 } else if (pr->ndpr_rt != NULL) { in ndpr_free()2938 pr->ndpr_rt); in ndpr_free()3679 if ((rt = pr->ndpr_rt) != NULL) { in nd6_prefix_onlink_common()3680 pr->ndpr_rt = NULL; in nd6_prefix_onlink_common()3775 pr->ndpr_rt = rt; /* keep reference from rtrequest */ in nd6_prefix_onlink_common()3838 struct rtentry *rt = NULL, *ndpr_rt = NULL; in nd6_prefix_offlink() local3866 if ((ndpr_rt = pr->ndpr_rt) != NULL) { in nd6_prefix_offlink()3867 pr->ndpr_rt = NULL; in nd6_prefix_offlink()3892 if (ndpr_rt != NULL) { in nd6_prefix_offlink()3893 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()
633 struct rtentry *ndpr_rt; member