Home
last modified time | relevance | path

Searched refs:flowidn_scope (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/net/decnet/
Ddn_fib.c227 fld.flowidn_scope = r->rtm_scope + 1; in dn_fib_check_nh()
229 if (fld.flowidn_scope < RT_SCOPE_LINK) in dn_fib_check_nh()
230 fld.flowidn_scope = RT_SCOPE_LINK; in dn_fib_check_nh()
Ddn_route.c290 (fl1->flowidn_scope ^ fl2->flowidn_scope) | in compare_keys()
911 .flowidn_scope = RT_SCOPE_UNIVERSE, in dn_route_output_slow()
1271 .flowidn_scope = RT_SCOPE_UNIVERSE, in dn_route_input_slow()
Ddn_table.c791 if (f->fn_scope < flp->flowidn_scope) in dn_fib_table_lookup()
/linux-2.6.39/include/net/
Dflow.h101 #define flowidn_scope __fl_common.flowic_scope macro