Home
last modified time | relevance | path

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

/Linux-v4.19/net/decnet/
Ddn_table.c393 f->fn_type, f->fn_scope, &f->fn_key, z, in dn_rtmsg_fib()
427 f->fn_scope, &f->fn_key, dz->dz_order, in dn_hash_dump_bucket()
607 f->fn_scope == r->rtm_scope && in dn_fib_table_insert()
631 new_f->fn_scope = r->rtm_scope; in dn_fib_table_insert()
711 (r->rtm_scope == RT_SCOPE_NOWHERE || f->fn_scope == r->rtm_scope) && in dn_fib_table_delete()
813 if (f->fn_scope < flp->flowidn_scope) in dn_fib_table_lookup()
820 res->scope = f->fn_scope; in dn_fib_table_lookup()
/Linux-v4.19/include/net/
Ddn_fib.h73 u8 fn_scope; member