Home | History | Annotate | Download | only in route

Lines Matching refs:rt_scope

69 	r->rt_scope = RT_SCOPE_NOWHERE;
221 if (r->ce_mask & ROUTE_ATTR_SCOPE && r->rt_scope != RT_SCOPE_NOWHERE)
223 rtnl_scope2str(r->rt_scope, buf, sizeof(buf)));
333 rtnl_scope2str(route->rt_scope, buf, sizeof(buf)));
371 diff |= ROUTE_DIFF(SCOPE, a->rt_scope != b->rt_scope);
525 route->rt_scope = scope;
531 return route->rt_scope;
937 route->rt_scope = rtm->rtm_scope;
1088 .rtm_scope = route->rt_scope,