Home
last modified time | relevance | path

Searched refs:fib_scope (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/ipv4/
Dfib_semantics.c290 val ^= (fi->fib_protocol << 8) | fi->fib_scope; in fib_info_hashfn()
315 nfi->fib_scope == fi->fib_scope && in fib_find_info()
754 nh->nh_parent->fib_scope); in fib_info_update_nh_saddr()
818 fi->fib_scope = cfg->fc_scope; in fib_create_info()
1014 rtm->rtm_scope = fi->fib_scope; in fib_dump_info()
1173 if (next_fi->fib_scope != res->scope || in fib_select_default()
Dfib_trie.c1395 if (fa->fa_info->fib_scope < flp->flowi4_scope) in fib_table_lookup()
1421 res->scope = fi->fib_scope; in fib_table_lookup()
1507 fa->fa_info->fib_scope == cfg->fc_scope) && in fib_table_delete()
2392 fa->fa_info->fib_scope), in fib_trie_seq_show()
/linux-4.1.27/include/net/
Dip_fib.h108 unsigned char fib_scope; member