Searched refs:fc_ifindex (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/net/ipv6/ |
D | route.c | 3316 .flowi6_oif = cfg->fc_ifindex, in ip6_nh_lookup_table() 3332 err = fib6_table_lookup(net, table, cfg->fc_ifindex, &fl6, res, flags); in ip6_nh_lookup_table() 3334 fib6_select_path(net, res, &fl6, cfg->fc_ifindex, in ip6_nh_lookup_table() 3335 cfg->fc_ifindex != 0, NULL, flags); in ip6_nh_lookup_table() 3389 .flowi6_oif = cfg->fc_ifindex, in ip6_route_check_nh() 3393 err = fib6_lookup(net, cfg->fc_ifindex, &fl6, &res, flags); in ip6_route_check_nh() 3401 fib6_select_path(net, &res, &fl6, cfg->fc_ifindex, in ip6_route_check_nh() 3402 cfg->fc_ifindex != 0, NULL, flags); in ip6_route_check_nh() 3530 if (cfg->fc_ifindex) { in fib6_nh_init() 3531 dev = netdev_get_by_index(net, cfg->fc_ifindex, in fib6_nh_init() [all …]
|
D | addrconf.c | 2429 .fc_ifindex = dev->ifindex, in addrconf_prefix_route() 2503 .fc_ifindex = dev->ifindex, in addrconf_add_mroute()
|
/linux-6.6.21/include/net/ |
D | ip6_fib.h | 47 int fc_ifindex; member
|
/linux-6.6.21/net/ipv4/ |
D | fib_semantics.c | 1057 .fc_ifindex = nh->fib_nh_oif, in fib_check_nh_v6_gw()
|
D | nexthop.c | 2575 .fc_ifindex = cfg->nh_ifindex, in nh_create_ipv6()
|