Home
last modified time | relevance | path

Searched refs:RT6_TABLE_LOCAL (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/net/
H A Dip6_fib.h403 #define RT6_TABLE_LOCAL RT_TABLE_LOCAL macro
407 #define RT6_TABLE_LOCAL RT6_TABLE_MAIN macro
/openbmc/linux/net/ipv6/
H A Dfib6_rules.c46 if (rule->table != RT6_TABLE_LOCAL && rule->table != RT6_TABLE_MAIN) in fib6_rule_default()
488 err = fib_default_rule_add(ops, 0, RT6_TABLE_LOCAL, 0); in fib6_rules_net_init()
H A Dip6_fib.c2399 net->ipv6.fib6_local_tbl->tb6_id = RT6_TABLE_LOCAL; in fib6_net_init()
H A Daddrconf.c2503 .fc_table = l3mdev_fib_table(dev) ? : RT6_TABLE_LOCAL, in addrconf_add_mroute()
H A Droute.c4560 .fc_table = l3mdev_fib_table(idev->dev) ? : RT6_TABLE_LOCAL, in addrconf_f6i_alloc()