Searched refs:RT_SCOPE_NOWHERE (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/net/decnet/ |
D | dn_fib.c | 68 [RTN_UNSPEC] = { .error = 0, .scope = RT_SCOPE_NOWHERE }, 71 [RTN_BROADCAST] = { .error = -EINVAL, .scope = RT_SCOPE_NOWHERE }, 72 [RTN_ANYCAST] = { .error = -EINVAL, .scope = RT_SCOPE_NOWHERE }, 73 [RTN_MULTICAST] = { .error = -EINVAL, .scope = RT_SCOPE_NOWHERE }, 78 [RTN_NAT] = { .error = 0, .scope = RT_SCOPE_NOWHERE }, 79 [RTN_XRESOLVE] = { .error = -EINVAL, .scope = RT_SCOPE_NOWHERE }, 361 nh->nh_scope = RT_SCOPE_NOWHERE; in dn_fib_create_info() 692 int scope = RT_SCOPE_NOWHERE; in dn_fib_sync_down()
|
D | dn_table.c | 709 (r->rtm_scope == RT_SCOPE_NOWHERE || f->fn_scope == r->rtm_scope) && in dn_fib_table_delete()
|
/linux-4.1.27/net/ipv4/ |
D | fib_semantics.c | 95 .scope = RT_SCOPE_NOWHERE, 135 .scope = RT_SCOPE_NOWHERE, 139 .scope = RT_SCOPE_NOWHERE, 921 nh->nh_scope = RT_SCOPE_NOWHERE; in fib_create_info() 1113 int scope = RT_SCOPE_NOWHERE; in fib_sync_down_dev()
|
D | fib_frontend.c | 461 cfg->fc_scope = RT_SCOPE_NOWHERE; in rtentry_to_fib_config() 509 if (cfg->fc_scope == RT_SCOPE_NOWHERE) in rtentry_to_fib_config()
|
D | fib_trie.c | 1506 (cfg->fc_scope == RT_SCOPE_NOWHERE || in fib_table_delete() 2331 case RT_SCOPE_NOWHERE: return "nowhere"; in rtn_scope()
|
/linux-4.1.27/include/uapi/linux/ |
D | rtnetlink.h | 264 RT_SCOPE_NOWHERE=255 enumerator
|