Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Droute.c3399 .flowi6_oif = cfg->fc_ifindex, in ip6_nh_lookup_table()
3415 err = fib6_table_lookup(net, table, cfg->fc_ifindex, &fl6, res, flags); in ip6_nh_lookup_table()
3417 fib6_select_path(net, res, &fl6, cfg->fc_ifindex, in ip6_nh_lookup_table()
3418 cfg->fc_ifindex != 0, NULL, flags); in ip6_nh_lookup_table()
3469 .flowi6_oif = cfg->fc_ifindex, in ip6_route_check_nh()
3473 err = fib6_lookup(net, cfg->fc_ifindex, &fl6, &res, flags); in ip6_route_check_nh()
3481 fib6_select_path(net, &res, &fl6, cfg->fc_ifindex, in ip6_route_check_nh()
3482 cfg->fc_ifindex != 0, NULL, flags); in ip6_route_check_nh()
3614 if (cfg->fc_ifindex) { in fib6_nh_init()
3615 dev = netdev_get_by_index(net, cfg->fc_ifindex, in fib6_nh_init()
[all...]
H A Daddrconf.c2484 .fc_ifindex = dev->ifindex, in addrconf_prefix_route()
2558 .fc_ifindex = dev->ifindex, in addrconf_add_mroute()
/linux/include/net/
H A Dip6_fib.h41 int fc_ifindex; member
/linux/net/ipv4/
H A Dfib_semantics.c1108 .fc_ifindex = nh->fib_nh_oif, in fib_check_nh_v6_gw()
H A Dnexthop.c2924 .fc_ifindex = cfg->nh_ifindex, in nh_create_ipv6()