Lines Matching refs:fc_table
2824 if (cfg->fc_table) { in ip6_route_check_nh()
2828 cfg->fc_table, flags); in ip6_route_check_nh()
3013 table = fib6_get_table(net, cfg->fc_table); in ip6_route_info_create()
3016 table = fib6_new_table(net, cfg->fc_table); in ip6_route_info_create()
3019 table = fib6_new_table(net, cfg->fc_table); in ip6_route_info_create()
3282 table = fib6_get_table(cfg->fc_nlinfo.nl_net, cfg->fc_table); in ip6_route_del()
3521 cfg.fc_table = l3mdev_fib_table(dev) ? : RT6_TABLE_INFO, in rt6_add_route_info()
3566 .fc_table = l3mdev_fib_table(dev) ? : RT6_TABLE_DFLT, in rt6_add_dflt_router()
3583 table = fib6_get_table(dev_net(dev), cfg.fc_table); in rt6_add_dflt_router()
3640 cfg->fc_table = l3mdev_fib_table_by_index(net, rtmsg->rtmsg_ifindex) ? in rtmsg_to_fib6_config()
4181 cfg->fc_table = rtm->rtm_table; in rtm_to_fib6_config()
4244 cfg->fc_table = nla_get_u32(tb[RTA_TABLE]); in rtm_to_fib6_config()