Home
last modified time | relevance | path

Searched refs:rtm_scope (Results 1 – 11 of 11) sorted by relevance

/linux-3.4.99/net/decnet/
Ddn_fib.c210 if (r->rtm_scope >= RT_SCOPE_LINK) in dn_fib_check_nh()
227 fld.flowidn_scope = r->rtm_scope + 1; in dn_fib_check_nh()
281 if (dn_fib_props[r->rtm_type].scope > r->rtm_scope) in dn_fib_create_info()
347 if (r->rtm_scope > RT_SCOPE_HOST) in dn_fib_create_info()
350 if (r->rtm_scope == RT_SCOPE_HOST) { in dn_fib_create_info()
577 req.rtm.rtm_scope = (type != RTN_LOCAL ? RT_SCOPE_LINK : RT_SCOPE_HOST); in fib_magic()
Ddn_table.c311 rtm->rtm_scope = scope; in dn_fib_dump_info()
586 f->fn_scope == r->rtm_scope && in dn_fib_table_insert()
610 new_f->fn_scope = r->rtm_scope; in dn_fib_table_insert()
690 (r->rtm_scope == RT_SCOPE_NOWHERE || f->fn_scope == r->rtm_scope) && in dn_fib_table_delete()
Ddn_route.c1536 r->rtm_scope = RT_SCOPE_UNIVERSE; in dn_rt_fill_info()
/linux-3.4.99/net/phonet/
Dpn_netlink.c183 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in fill_route()
/linux-3.4.99/include/linux/
Drtnetlink.h171 unsigned char rtm_scope; /* See below */ member
/linux-3.4.99/net/ipv4/
Dfib_frontend.c504 cfg->fc_scope = rtm->rtm_scope; in rtm_to_fib_config()
Dfib_semantics.c937 rtm->rtm_scope = fi->fib_scope; in fib_dump_info()
Dipmr.c2137 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ipmr_fill_mroute()
Droute.c2977 r->rtm_scope = RT_SCOPE_UNIVERSE; in rt_fill_info()
/linux-3.4.99/net/ipv6/
Dip6mr.c2227 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ip6mr_fill_mroute()
Droute.c2452 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in rt6_fill_node()