Lines Matching refs:fl4
1144 struct flowi4 fl4 = { in fib_check_nh_v4_gw() local
1152 if (fl4.flowi4_scope < RT_SCOPE_LINK) in fib_check_nh_v4_gw()
1153 fl4.flowi4_scope = RT_SCOPE_LINK; in fib_check_nh_v4_gw()
1159 err = fib_table_lookup(tbl, &fl4, &res, in fib_check_nh_v4_gw()
1168 err = fib_lookup(net, &fl4, &res, in fib_check_nh_v4_gw()
2245 struct flowi4 *fl4, const struct sk_buff *skb) in fib_select_path() argument
2247 if (fl4->flowi4_oif && !(fl4->flowi4_flags & FLOWI_FLAG_SKIP_NH_OIF)) in fib_select_path()
2252 int h = fib_multipath_hash(net, fl4, skb, NULL); in fib_select_path()
2261 fib_select_default(fl4, res); in fib_select_path()
2264 if (!fl4->saddr) in fib_select_path()
2265 fl4->saddr = fib_result_prefsrc(net, res); in fib_select_path()