Home
last modified time | relevance | path

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

/linux-2.6.39/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()
576 req.rtm.rtm_scope = (type != RTN_LOCAL ? RT_SCOPE_LINK : RT_SCOPE_HOST); in fib_magic()
Ddn_table.c310 rtm->rtm_scope = scope; in dn_fib_dump_info()
585 f->fn_scope == r->rtm_scope && in dn_fib_table_insert()
609 new_f->fn_scope = r->rtm_scope; in dn_fib_table_insert()
689 (r->rtm_scope == RT_SCOPE_NOWHERE || f->fn_scope == r->rtm_scope) && in dn_fib_table_delete()
Ddn_route.c1525 r->rtm_scope = RT_SCOPE_UNIVERSE; in dn_rt_fill_info()
/linux-2.6.39/net/phonet/
Dpn_netlink.c183 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in fill_route()
/linux-2.6.39/include/linux/
Drtnetlink.h171 unsigned char rtm_scope; /* See below */ member
/linux-2.6.39/net/ipv4/
Dfib_frontend.c503 cfg->fc_scope = rtm->rtm_scope; in rtm_to_fib_config()
Dfib_semantics.c940 rtm->rtm_scope = fi->fib_scope; in fib_dump_info()
Dipmr.c2123 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ipmr_fill_mroute()
Droute.c2801 r->rtm_scope = RT_SCOPE_UNIVERSE; in rt_fill_info()
/linux-2.6.39/net/ipv6/
Dip6mr.c2212 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ip6mr_fill_mroute()
Droute.c2292 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in rt6_fill_node()