Home
last modified time | relevance | path

Searched refs:fn_type (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/decnet/
Ddn_table.c391 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.4.14/include/linux/
Dof.h933 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument
937 .data = (fn == (fn_type)NULL) ? fn : fn }
939 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument
943 .data = (fn == (fn_type)NULL) ? fn : fn }
/linux-4.4.14/include/net/
Ddn_fib.h70 u8 fn_type; member