Searched refs:fn_type (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/decnet/ |
D | dn_table.c | 393 f->fn_type, f->fn_scope, &f->fn_key, z, in dn_rtmsg_fib() 426 (f->fn_state & DN_S_ZOMBIE) ? 0 : f->fn_type, in dn_hash_dump_bucket() 606 if (f->fn_type == type && in dn_fib_table_insert() 630 new_f->fn_type = type; in dn_fib_table_insert() 710 (!r->rtm_type || f->fn_type == r->rtm_type) && in dn_fib_table_delete() 816 err = dn_fib_semantic_match(f->fn_type, DN_FIB_INFO(f), flp, res); in dn_fib_table_lookup() 819 res->type = f->fn_type; in dn_fib_table_lookup()
|
/Linux-v4.19/include/net/ |
D | dn_fib.h | 72 u8 fn_type; member
|
/Linux-v4.19/include/linux/ |
D | of.h | 1247 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument 1251 .data = (fn == (fn_type)NULL) ? fn : fn } 1253 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument 1257 .data = (fn == (fn_type)NULL) ? fn : fn }
|