Searched refs:fn_scope (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/net/ipv4/ |
D | fib_hash.c | 76 u8 fn_scope; member 319 if (f->fn_scope < key->scope) in fn_hash_lookup() 325 res->scope = f->fn_scope; in fn_hash_lookup() 386 f->fn_scope != res->scope || in fn_hash_select_default() 568 if (f->fn_type == type && f->fn_scope == r->rtm_scope in fn_hash_insert() 597 new_f->fn_scope = r->rtm_scope; in fn_hash_insert() 694 (r->rtm_scope == RT_SCOPE_NOWHERE || f->fn_scope == r->rtm_scope) && in fn_hash_delete() 830 tb->tb_id, (f->fn_state&FN_S_ZOMBIE) ? 0 : f->fn_type, f->fn_scope, in fn_hash_dump_bucket() 899 f->fn_type, f->fn_scope, &f->fn_key, z, f->fn_tos, in rtmsg_fib()
|
/linux-2.4.37.9/net/decnet/ |
D | dn_table.c | 344 f->fn_type, f->fn_scope, &f->fn_key, z, in dn_rtmsg_fib() 376 f->fn_scope, &f->fn_key, dz->dz_order, in dn_hash_dump_bucket() 515 if (f->fn_type == type && f->fn_scope == r->rtm_scope in dn_fib_table_insert() 541 new_f->fn_scope = r->rtm_scope; in dn_fib_table_insert() 621 (r->rtm_scope == RT_SCOPE_NOWHERE || f->fn_scope == r->rtm_scope) && in dn_fib_table_delete() 721 if (f->fn_scope < key->scope) in dn_fib_table_lookup() 727 res->scope = f->fn_scope; in dn_fib_table_lookup()
|
/linux-2.4.37.9/include/net/ |
D | dn_fib.h | 95 u8 fn_scope; member
|