Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv6/
H A Droute.c3220 .flowi6_oif = cfg->fc_ifindex, in ip6_nh_lookup_table()
3236 err = fib6_table_lookup(net, table, cfg->fc_ifindex, &fl6, res, flags); in ip6_nh_lookup_table()
3238 fib6_select_path(net, res, &fl6, cfg->fc_ifindex, in ip6_nh_lookup_table()
3239 cfg->fc_ifindex != 0, NULL, flags); in ip6_nh_lookup_table()
3292 .flowi6_oif = cfg->fc_ifindex, in ip6_route_check_nh()
3296 err = fib6_lookup(net, cfg->fc_ifindex, &fl6, &res, flags); in ip6_route_check_nh()
3304 fib6_select_path(net, &res, &fl6, cfg->fc_ifindex, in ip6_route_check_nh()
3305 cfg->fc_ifindex != 0, NULL, flags); in ip6_route_check_nh()
3429 if (cfg->fc_ifindex) { in fib6_nh_init()
3430 dev = dev_get_by_index(net, cfg->fc_ifindex); in fib6_nh_init()
[all …]
H A Daddrconf.c2423 .fc_ifindex = dev->ifindex, in addrconf_prefix_route()
2497 .fc_ifindex = dev->ifindex, in addrconf_add_mroute()
/OK3568_Linux_fs/kernel/include/net/
H A Dip6_fib.h47 int fc_ifindex; member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dnexthop.c1343 .fc_ifindex = cfg->nh_ifindex, in nh_create_ipv6()
H A Dfib_semantics.c1053 .fc_ifindex = nh->fib_nh_oif, in fib_check_nh_v6_gw()