Searched refs:fn_type (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dfib_hash.c75 u8 fn_type; member in struct:fib_node
298 err = fib_semantic_match(f->fn_type, FIB_INFO(f), key, res);
300 res->type = f->fn_type;
363 f->fn_type != RTN_UNICAST)
546 if (f->fn_type == type && f->fn_scope == r->rtm_scope
574 new_f->fn_type = type;
671 (!r->rtm_type || f->fn_type == r->rtm_type) &&
776 fib_node_get_info(f->fn_type,
808 tb->tb_id, (f->fn_state&FN_S_ZOMBIE) ? 0 : f->fn_type, f->fn_scope,
877 f->fn_type,
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/decnet/
H A Ddn_table.c344 f->fn_type, f->fn_scope, &f->fn_key, z,
375 (f->fn_state & DN_S_ZOMBIE) ? 0 : f->fn_type,
515 if (f->fn_type == type && f->fn_scope == r->rtm_scope
540 new_f->fn_type = type;
620 (!r->rtm_type || f->fn_type == r->rtm_type) &&
724 err = dn_fib_semantic_match(f->fn_type, DN_FIB_INFO(f), key, res);
726 res->type = f->fn_type;
805 dn_fib_node_get_info(f->fn_type,
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Ddn_fib.h94 u8 fn_type; member in struct:dn_fib_node
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Ddn_fib.h94 u8 fn_type; member in struct:dn_fib_node

Completed in 76 milliseconds