Searched refs:RT_SCOPE_NOWHERE (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/net/decnet/ |
D | dn_fib.c | 70 [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 }, 365 nh->nh_scope = RT_SCOPE_NOWHERE; in dn_fib_create_info() 700 int scope = RT_SCOPE_NOWHERE; in dn_fib_sync_down()
|
D | dn_table.c | 712 (r->rtm_scope == RT_SCOPE_NOWHERE || f->fn_scope == r->rtm_scope) && in dn_fib_table_delete()
|
/Linux-v5.4/net/ipv4/ |
D | fib_semantics.c | 98 .scope = RT_SCOPE_NOWHERE, 138 .scope = RT_SCOPE_NOWHERE, 142 .scope = RT_SCOPE_NOWHERE, 1498 nh->fib_nh_scope = RT_SCOPE_NOWHERE; in fib_create_info() 1925 int scope = RT_SCOPE_NOWHERE; in fib_sync_down_dev()
|
D | fib_frontend.c | 527 cfg->fc_scope = RT_SCOPE_NOWHERE; in rtentry_to_fib_config() 588 if (cfg->fc_scope == RT_SCOPE_NOWHERE) in rtentry_to_fib_config()
|
D | fib_trie.c | 1583 (cfg->fc_scope == RT_SCOPE_NOWHERE || in fib_table_delete() 2569 case RT_SCOPE_NOWHERE: return "nowhere"; in rtn_scope()
|
/Linux-v5.4/include/uapi/linux/ |
D | rtnetlink.h | 294 RT_SCOPE_NOWHERE=255 enumerator
|