Lines Matching refs:gwrt
3938 rtentry_ref_t gwrt; in nd6_output_list() local
3983 if ((gwrt = rt->rt_gwroute) == NULL) { in nd6_output_list()
3995 RT_LOCK_SPIN(gwrt); in nd6_output_list()
3996 if (!(gwrt->rt_flags & RTF_UP)) { in nd6_output_list()
3998 RT_UNLOCK(gwrt); in nd6_output_list()
4000 rtfree(gwrt); in nd6_output_list()
4003 gwrt = rtalloc1_scoped_locked(SA(&gw6), 1, 0, in nd6_output_list()
4013 gwrt == NULL || gwrt == rt || in nd6_output_list()
4015 if (gwrt == rt) { in nd6_output_list()
4016 RT_REMREF_LOCKED(gwrt); in nd6_output_list()
4017 gwrt = NULL; in nd6_output_list()
4020 if (gwrt != NULL) { in nd6_output_list()
4021 rtfree_locked(gwrt); in nd6_output_list()
4026 VERIFY(gwrt != NULL); in nd6_output_list()
4032 rt_set_gwroute(rt, rt_key(rt), gwrt); in nd6_output_list()
4037 rt = gwrt; in nd6_output_list()
4039 RT_ADDREF_LOCKED(gwrt); in nd6_output_list()
4040 RT_UNLOCK(gwrt); in nd6_output_list()
4044 rt = gwrt; in nd6_output_list()
4046 VERIFY(rt == gwrt); in nd6_output_list()