Searched refs:fn_type (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/net/ipv4/ |
D | fib_hash.c | 75 u8 fn_type; member 322 err = fib_semantic_match(f->fn_type, FIB_INFO(f), key, res); in fn_hash_lookup() 324 res->type = f->fn_type; in fn_hash_lookup() 387 f->fn_type != RTN_UNICAST) in fn_hash_select_default() 568 if (f->fn_type == type && f->fn_scope == r->rtm_scope in fn_hash_insert() 596 new_f->fn_type = type; in fn_hash_insert() 693 (!r->rtm_type || f->fn_type == r->rtm_type) && in fn_hash_delete() 798 fib_node_get_info(f->fn_type, in fn_hash_get_info() 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() 375 (f->fn_state & DN_S_ZOMBIE) ? 0 : f->fn_type, in dn_hash_dump_bucket() 515 if (f->fn_type == type && f->fn_scope == r->rtm_scope in dn_fib_table_insert() 540 new_f->fn_type = type; in dn_fib_table_insert() 620 (!r->rtm_type || f->fn_type == r->rtm_type) && in dn_fib_table_delete() 724 err = dn_fib_semantic_match(f->fn_type, DN_FIB_INFO(f), key, res); in dn_fib_table_lookup() 726 res->type = f->fn_type; in dn_fib_table_lookup() 805 dn_fib_node_get_info(f->fn_type, in dn_fib_table_get_info()
|
/linux-2.4.37.9/include/net/ |
D | dn_fib.h | 94 u8 fn_type; member
|