Home
last modified time | relevance | path

Searched refs:RT_SCOPE_NOWHERE (Results 1 – 6 of 6) sorted by relevance

/linux/net/decnet/
A Ddn_fib.c70 [RTN_UNSPEC] = { .error = 0, .scope = RT_SCOPE_NOWHERE },
73 [RTN_BROADCAST] = { .error = -EINVAL, .scope = RT_SCOPE_NOWHERE },
74 [RTN_ANYCAST] = { .error = -EINVAL, .scope = RT_SCOPE_NOWHERE },
75 [RTN_MULTICAST] = { .error = -EINVAL, .scope = RT_SCOPE_NOWHERE },
80 [RTN_NAT] = { .error = 0, .scope = RT_SCOPE_NOWHERE },
81 [RTN_XRESOLVE] = { .error = -EINVAL, .scope = RT_SCOPE_NOWHERE },
364 nh->nh_scope = RT_SCOPE_NOWHERE; in dn_fib_create_info()
699 int scope = RT_SCOPE_NOWHERE; in dn_fib_sync_down()
A Ddn_table.c712 (r->rtm_scope == RT_SCOPE_NOWHERE || f->fn_scope == r->rtm_scope) && in dn_fib_table_delete()
/linux/net/ipv4/
A Dfib_semantics.c98 .scope = RT_SCOPE_NOWHERE,
138 .scope = RT_SCOPE_NOWHERE,
142 .scope = RT_SCOPE_NOWHERE,
1543 nh->fib_nh_scope = RT_SCOPE_NOWHERE; in fib_create_info()
1983 int scope = RT_SCOPE_NOWHERE; in fib_sync_down_dev()
A Dfib_frontend.c521 cfg->fc_scope = RT_SCOPE_NOWHERE; in rtentry_to_fib_config()
582 if (cfg->fc_scope == RT_SCOPE_NOWHERE) in rtentry_to_fib_config()
A Dfib_trie.c1734 (cfg->fc_scope == RT_SCOPE_NOWHERE || in fib_table_delete()
2746 case RT_SCOPE_NOWHERE: return "nowhere"; in rtn_scope()
/linux/include/uapi/linux/
A Drtnetlink.h317 RT_SCOPE_NOWHERE=255 enumerator

Completed in 21 milliseconds