Home
last modified time | relevance | path

Searched refs:fn_scope (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/decnet/
Ddn_table.c391 f->fn_type, f->fn_scope, &f->fn_key, z, in dn_rtmsg_fib()
425 f->fn_scope, &f->fn_key, dz->dz_order, in dn_hash_dump_bucket()
605 f->fn_scope == r->rtm_scope && in dn_fib_table_insert()
629 new_f->fn_scope = r->rtm_scope; in dn_fib_table_insert()
709 (r->rtm_scope == RT_SCOPE_NOWHERE || f->fn_scope == r->rtm_scope) && in dn_fib_table_delete()
811 if (f->fn_scope < flp->flowidn_scope) in dn_fib_table_lookup()
818 res->scope = f->fn_scope; in dn_fib_table_lookup()
/linux-4.1.27/include/net/
Ddn_fib.h71 u8 fn_scope; member