Lines Matching refs:rtm_scope
185 if ((filter.scope^r->rtm_scope)&filter.scopemask) in filter_nlmsg()
433 if ((r->rtm_scope != RT_SCOPE_UNIVERSE || show_details > 0) && filter.scopemask != -1) in print_route()
434 fprintf(fp, "scope %s ", rtnl_rtscope_n2a(r->rtm_scope, b1, sizeof(b1))); in print_route()
858 .r.rtm_scope = RT_SCOPE_NOWHERE, in iproute_modify()
874 req.r.rtm_scope = RT_SCOPE_UNIVERSE; in iproute_modify()
965 req.r.rtm_scope = scope; in iproute_modify()
1283 req.r.rtm_scope = RT_SCOPE_UNIVERSE; in iproute_modify()
1286 req.r.rtm_scope = RT_SCOPE_HOST; in iproute_modify()
1290 req.r.rtm_scope = RT_SCOPE_LINK; in iproute_modify()
1294 req.r.rtm_scope = RT_SCOPE_NOWHERE; in iproute_modify()
1296 req.r.rtm_scope = RT_SCOPE_LINK; in iproute_modify()