Lines Matching refs:fc_table
3379 if (cfg->fc_table) { in ip6_route_check_nh()
3381 cfg->fc_table, flags, &res); in ip6_route_check_nh()
3736 table = fib6_get_table(net, cfg->fc_table); in ip6_route_info_create()
3739 table = fib6_new_table(net, cfg->fc_table); in ip6_route_info_create()
3742 table = fib6_new_table(net, cfg->fc_table); in ip6_route_info_create()
4027 table = fib6_get_table(cfg->fc_nlinfo.nl_net, cfg->fc_table); in ip6_route_del()
4308 cfg.fc_table = l3mdev_fib_table(dev) ? : RT6_TABLE_INFO; in rt6_add_route_info()
4361 .fc_table = l3mdev_fib_table(dev) ? : RT6_TABLE_DFLT, in rt6_add_dflt_router()
4378 table = fib6_get_table(dev_net(dev), cfg.fc_table); in rt6_add_dflt_router()
4434 .fc_table = l3mdev_fib_table_by_index(net, rtmsg->rtmsg_ifindex) ? in rtmsg_to_fib6_config()
4552 .fc_table = l3mdev_fib_table(idev->dev) ? : RT6_TABLE_LOCAL, in addrconf_f6i_alloc()
5020 .fc_table = rtm->rtm_table, in rtm_to_fib6_config()
5098 cfg->fc_table = nla_get_u32(tb[RTA_TABLE]); in rtm_to_fib6_config()