Searched refs:fc_ifindex (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | route.c | 3325 .flowi6_oif = cfg->fc_ifindex, in ip6_nh_lookup_table() 3341 err = fib6_table_lookup(net, table, cfg->fc_ifindex, &fl6, res, flags); in ip6_nh_lookup_table() 3343 fib6_select_path(net, res, &fl6, cfg->fc_ifindex, in ip6_nh_lookup_table() 3344 cfg->fc_ifindex != 0, NULL, flags); in ip6_nh_lookup_table() 3398 .flowi6_oif = cfg->fc_ifindex, in ip6_route_check_nh() 3402 err = fib6_lookup(net, cfg->fc_ifindex, &fl6, &res, flags); in ip6_route_check_nh() 3410 fib6_select_path(net, &res, &fl6, cfg->fc_ifindex, in ip6_route_check_nh() 3411 cfg->fc_ifindex != 0, NULL, flags); in ip6_route_check_nh() 3539 if (cfg->fc_ifindex) { in fib6_nh_init() 3540 dev = netdev_get_by_index(net, cfg->fc_ifindex, in fib6_nh_init() [all …]
|
H A D | addrconf.c | 2431 .fc_ifindex = dev->ifindex, in addrconf_prefix_route() 2505 .fc_ifindex = dev->ifindex, in addrconf_add_mroute()
|
/openbmc/linux/include/net/ |
H A D | ip6_fib.h | 47 int fc_ifindex; member
|
/openbmc/linux/net/ipv4/ |
H A D | fib_semantics.c | 1057 .fc_ifindex = nh->fib_nh_oif, in fib_check_nh_v6_gw()
|
H A D | nexthop.c | 2576 .fc_ifindex = cfg->nh_ifindex, in nh_create_ipv6()
|