Searched refs:fn_type (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/net/decnet/ |
D | dn_table.c | 391 f->fn_type, f->fn_scope, &f->fn_key, z, in dn_rtmsg_fib() 424 (f->fn_state & DN_S_ZOMBIE) ? 0 : f->fn_type, in dn_hash_dump_bucket() 604 if (f->fn_type == type && in dn_fib_table_insert() 628 new_f->fn_type = type; in dn_fib_table_insert() 708 (!r->rtm_type || f->fn_type == r->rtm_type) && in dn_fib_table_delete() 814 err = dn_fib_semantic_match(f->fn_type, DN_FIB_INFO(f), flp, res); in dn_fib_table_lookup() 817 res->type = f->fn_type; in dn_fib_table_lookup()
|
/linux-4.1.27/include/linux/ |
D | of.h | 927 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument 931 .data = (fn == (fn_type)NULL) ? fn : fn } 933 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument 937 .data = (fn == (fn_type)NULL) ? fn : fn }
|
/linux-4.1.27/include/net/ |
D | dn_fib.h | 70 u8 fn_type; member
|