Searched refs:fc_ifindex (Results 1 – 4 of 4) sorted by relevance
| /linux/net/ipv6/ |
| H A D | route.c | 3394 .flowi6_oif = cfg->fc_ifindex, in ip6_nh_lookup_table() 3410 err = fib6_table_lookup(net, table, cfg->fc_ifindex, &fl6, res, flags); in ip6_nh_lookup_table() 3412 fib6_select_path(net, res, &fl6, cfg->fc_ifindex, in ip6_nh_lookup_table() 3413 cfg->fc_ifindex != 0, NULL, flags); in ip6_nh_lookup_table() 3464 .flowi6_oif = cfg->fc_ifindex, in ip6_route_check_nh() 3468 err = fib6_lookup(net, cfg->fc_ifindex, &fl6, &res, flags); in ip6_route_check_nh() 3476 fib6_select_path(net, &res, &fl6, cfg->fc_ifindex, in ip6_route_check_nh() 3477 cfg->fc_ifindex != 0, NULL, flags); in ip6_route_check_nh() 3609 if (cfg->fc_ifindex) { in fib6_nh_init() 3610 dev = netdev_get_by_index(net, cfg->fc_ifindex, in fib6_nh_init() [all …]
|
| H A D | addrconf.c | 2468 .fc_ifindex = dev->ifindex, in addrconf_prefix_route() 2542 .fc_ifindex = dev->ifindex, in addrconf_add_mroute()
|
| /linux/include/net/ |
| H A D | ip6_fib.h | 41 int fc_ifindex; member
|
| /linux/net/ipv4/ |
| H A D | nexthop.c | 2884 .fc_ifindex = cfg->nh_ifindex, in nh_create_ipv6()
|