Searched refs:fc_ifindex (Results 1 – 5 of 5) sorted by relevance
/linux/net/ipv6/ |
A D | route.c | 3331 .flowi6_oif = cfg->fc_ifindex, in ip6_nh_lookup_table() 3350 cfg->fc_ifindex != 0, NULL, flags); in ip6_nh_lookup_table() 3403 .flowi6_oif = cfg->fc_ifindex, in ip6_route_check_nh() 3416 cfg->fc_ifindex != 0, NULL, flags); in ip6_route_check_nh() 3540 if (cfg->fc_ifindex) { in fib6_nh_init() 3991 if (cfg->fc_ifindex && rt->dst.dev->ifindex != cfg->fc_ifindex) in __ip6_del_cached_rt() 4107 if (cfg->fc_ifindex && in ip6_route_del() 4321 .fc_ifindex = dev->ifindex, in rt6_add_route_info() 4387 .fc_ifindex = dev->ifindex, in rt6_add_dflt_router() 4460 .fc_ifindex = rtmsg->rtmsg_ifindex, in rtmsg_to_fib6_config() [all …]
|
A D | addrconf.c | 2404 .fc_ifindex = dev->ifindex, in addrconf_prefix_route() 2478 .fc_ifindex = dev->ifindex, in addrconf_add_mroute()
|
/linux/include/net/ |
A D | ip6_fib.h | 46 int fc_ifindex; member
|
/linux/net/ipv4/ |
A D | fib_semantics.c | 1037 .fc_ifindex = nh->fib_nh_oif, in fib_check_nh_v6_gw()
|
A D | nexthop.c | 2552 .fc_ifindex = cfg->nh_ifindex, in nh_create_ipv6()
|
Completed in 36 milliseconds