Lines Matching refs:fc_table
3249 if (cfg->fc_table) { in ip6_route_check_nh()
3251 cfg->fc_table, flags, &res); in ip6_route_check_nh()
3597 table = fib6_get_table(net, cfg->fc_table); in ip6_route_info_create()
3600 table = fib6_new_table(net, cfg->fc_table); in ip6_route_info_create()
3603 table = fib6_new_table(net, cfg->fc_table); in ip6_route_info_create()
3862 table = fib6_get_table(cfg->fc_nlinfo.nl_net, cfg->fc_table); in ip6_route_del()
4143 cfg.fc_table = l3mdev_fib_table(dev) ? : RT6_TABLE_INFO, in rt6_add_route_info()
4195 .fc_table = l3mdev_fib_table(dev) ? : RT6_TABLE_DFLT, in rt6_add_dflt_router()
4212 table = fib6_get_table(dev_net(dev), cfg.fc_table); in rt6_add_dflt_router()
4268 .fc_table = l3mdev_fib_table_by_index(net, rtmsg->rtmsg_ifindex) ? in rtmsg_to_fib6_config()
4394 .fc_table = l3mdev_fib_table(idev->dev) ? : RT6_TABLE_LOCAL, in addrconf_f6i_alloc()
4849 .fc_table = rtm->rtm_table, in rtm_to_fib6_config()
4927 cfg->fc_table = nla_get_u32(tb[RTA_TABLE]); in rtm_to_fib6_config()