Home
last modified time | relevance | path

Searched refs:fc_ifindex (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/net/ipv6/
Droute.c3191 .flowi6_oif = cfg->fc_ifindex, in ip6_nh_lookup_table()
3207 err = fib6_table_lookup(net, table, cfg->fc_ifindex, &fl6, res, flags); in ip6_nh_lookup_table()
3209 fib6_select_path(net, res, &fl6, cfg->fc_ifindex, in ip6_nh_lookup_table()
3210 cfg->fc_ifindex != 0, NULL, flags); in ip6_nh_lookup_table()
3263 .flowi6_oif = cfg->fc_ifindex, in ip6_route_check_nh()
3267 err = fib6_lookup(net, cfg->fc_ifindex, &fl6, &res, flags); in ip6_route_check_nh()
3275 fib6_select_path(net, &res, &fl6, cfg->fc_ifindex, in ip6_route_check_nh()
3276 cfg->fc_ifindex != 0, NULL, flags); in ip6_route_check_nh()
3395 if (cfg->fc_ifindex) { in fib6_nh_init()
3396 dev = dev_get_by_index(net, cfg->fc_ifindex); in fib6_nh_init()
[all …]
Daddrconf.c2376 .fc_ifindex = dev->ifindex, in addrconf_prefix_route()
2450 .fc_ifindex = dev->ifindex, in addrconf_add_mroute()
/Linux-v5.4/include/net/
Dip6_fib.h45 int fc_ifindex; member
/Linux-v5.4/net/ipv4/
Dnexthop.c1182 .fc_ifindex = cfg->nh_ifindex, in nh_create_ipv6()
Dfib_semantics.c992 .fc_ifindex = nh->fib_nh_oif, in fib_check_nh_v6_gw()