Lines Matching refs:fc_table
3389 if (cfg->fc_table) { in ip6_route_check_nh()
3391 cfg->fc_table, flags, &res); in ip6_route_check_nh()
3760 table = fib6_get_table(net, cfg->fc_table); in ip6_route_info_create()
3763 table = fib6_new_table(net, cfg->fc_table); in ip6_route_info_create()
3766 table = fib6_new_table(net, cfg->fc_table); in ip6_route_info_create()
4051 table = fib6_get_table(cfg->fc_nlinfo.nl_net, cfg->fc_table); in ip6_route_del()
4332 cfg.fc_table = l3mdev_fib_table(dev) ? : RT6_TABLE_INFO; in rt6_add_route_info()
4385 .fc_table = l3mdev_fib_table(dev) ? : RT6_TABLE_DFLT, in rt6_add_dflt_router()
4402 table = fib6_get_table(dev_net(dev), cfg.fc_table); in rt6_add_dflt_router()
4458 .fc_table = l3mdev_fib_table_by_index(net, rtmsg->rtmsg_ifindex) ? in rtmsg_to_fib6_config()
4572 .fc_table = l3mdev_fib_table(idev->dev) ? : RT6_TABLE_LOCAL, in addrconf_f6i_alloc()
5027 .fc_table = rtm->rtm_table, in rtm_to_fib6_config()
5105 cfg->fc_table = nla_get_u32(tb[RTA_TABLE]); in rtm_to_fib6_config()