Searched refs:fc_ifindex (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/ipv6/ |
D | route.c | 2761 .flowi6_oif = cfg->fc_ifindex, in ip6_nh_lookup_table() 2776 rt = ip6_pol_route(net, table, cfg->fc_ifindex, &fl6, NULL, flags); in ip6_nh_lookup_table() 2839 grt = rt6_lookup(net, gw_addr, NULL, cfg->fc_ifindex, NULL, 1); in ip6_route_check_nh() 2982 if (cfg->fc_ifindex) { in ip6_route_info_create() 2984 dev = dev_get_by_index(net, cfg->fc_ifindex); in ip6_route_info_create() 3261 if (cfg->fc_ifindex && rt->dst.dev->ifindex != cfg->fc_ifindex) in ip6_del_cached_rt() 3311 if (cfg->fc_ifindex && in ip6_route_del() 3313 rt->fib6_nh.nh_dev->ifindex != cfg->fc_ifindex)) in ip6_route_del() 3510 .fc_ifindex = dev->ifindex, in rt6_add_route_info() 3568 .fc_ifindex = dev->ifindex, in rt6_add_dflt_router() [all …]
|
D | addrconf.c | 2325 .fc_ifindex = dev->ifindex, in addrconf_prefix_route() 2392 .fc_ifindex = dev->ifindex, in addrconf_add_mroute()
|
/Linux-v4.19/include/net/ |
D | ip6_fib.h | 48 int fc_ifindex; member
|