Lines Matching refs:fc_table
3387 if (cfg->fc_table) { in ip6_route_check_nh()
3389 cfg->fc_table, flags, &res); in ip6_route_check_nh()
3748 table = fib6_get_table(net, cfg->fc_table); in ip6_route_info_create()
3751 table = fib6_new_table(net, cfg->fc_table); in ip6_route_info_create()
3754 table = fib6_new_table(net, cfg->fc_table); in ip6_route_info_create()
4037 table = fib6_get_table(cfg->fc_nlinfo.nl_net, cfg->fc_table); in ip6_route_del()
4319 cfg.fc_table = l3mdev_fib_table(dev) ? : RT6_TABLE_INFO; in rt6_add_route_info()
4373 .fc_table = l3mdev_fib_table(dev) ? : RT6_TABLE_DFLT, in rt6_add_dflt_router()
4391 table = fib6_get_table(dev_net(dev), cfg.fc_table); in rt6_add_dflt_router()
4447 .fc_table = l3mdev_fib_table_by_index(net, rtmsg->rtmsg_ifindex) ? in rtmsg_to_fib6_config()
4569 .fc_table = l3mdev_fib_table(idev->dev) ? : RT6_TABLE_LOCAL, in addrconf_f6i_alloc()
5034 .fc_table = rtm->rtm_table, in rtm_to_fib6_config()
5112 cfg->fc_table = nla_get_u32(tb[RTA_TABLE]); in rtm_to_fib6_config()