Symbol: RT_TABLE_LOCAL
drivers/net/ethernet/marvell/prestera/prestera_router.c
1001
if (fc->key.kern_tb_id == RT_TABLE_LOCAL) {
drivers/net/ethernet/marvell/prestera/prestera_router.c
1021
fc_key.kern_tb_id = RT_TABLE_LOCAL;
drivers/net/ethernet/marvell/prestera/prestera_router.c
85
tb_id == RT_TABLE_LOCAL ||
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
6805
fib4_replaced->tb_id == RT_TABLE_LOCAL)
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
7496
rt_replaced->fib6_table->tb6_id == RT_TABLE_LOCAL)
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
815
if (tb_id == RT_TABLE_LOCAL || tb_id == RT_TABLE_DEFAULT)
include/net/ip6_fib.h
412
#define RT6_TABLE_LOCAL RT_TABLE_LOCAL
include/net/ip_fib.h
294
#define TABLE_LOCAL_INDEX (RT_TABLE_LOCAL & (FIB_TABLE_HASHSZ - 1))
include/net/ip_fib.h
302
ptr = id == RT_TABLE_LOCAL ?
net/ipv4/af_inet.c
487
u32 tb_id = RT_TABLE_LOCAL;
net/ipv4/devinet.c
158
local = fib_get_table(net, RT_TABLE_LOCAL);
net/ipv4/fib_frontend.c
1120
tb_id = (type == RTN_UNICAST) ? RT_TABLE_MAIN : RT_TABLE_LOCAL;
net/ipv4/fib_frontend.c
158
old = fib_get_table(net, RT_TABLE_LOCAL);
net/ipv4/fib_frontend.c
246
return __inet_dev_addr_type(net, NULL, addr, RT_TABLE_LOCAL);
net/ipv4/fib_frontend.c
253
u32 rt_table = l3mdev_fib_table(dev) ? : RT_TABLE_LOCAL;
net/ipv4/fib_frontend.c
266
u32 rt_table = l3mdev_fib_table(dev) ? : RT_TABLE_LOCAL;
net/ipv4/fib_frontend.c
61
local_table = fib_trie_table(RT_TABLE_LOCAL, main_table);
net/ipv4/fib_frontend.c
88
if (id == RT_TABLE_LOCAL && !net->ipv4.fib_has_custom_rules)
net/ipv4/fib_rules.c
491
err = fib_default_rule_add(ops, 0, RT_TABLE_LOCAL);
net/ipv4/fib_rules.c
66
if (rule->table != RT_TABLE_LOCAL && rule->table != RT_TABLE_MAIN &&
net/ipv4/fib_semantics.c
1332
tb_id = RT_TABLE_LOCAL;
net/ipv4/fib_semantics.c
1337
if (rc != RTN_LOCAL && tb_id != RT_TABLE_LOCAL) {
net/ipv4/fib_semantics.c
1339
fib_prefsrc, RT_TABLE_LOCAL);
net/ipv4/fib_trie.c
1884
local_tb = fib_trie_table(RT_TABLE_LOCAL, NULL);
net/ipv4/fib_trie.c
2601
if (tb->tb_id == RT_TABLE_LOCAL)
net/ipv4/ping.c
313
u32 tb_id = RT_TABLE_LOCAL;
net/ipv4/raw.c
707
u32 tb_id = RT_TABLE_LOCAL;
net/sctp/protocol.c
356
int tb_id = RT_TABLE_LOCAL;
tools/net/ynl/samples/rt-route.c
20
if (r->_hdr.rtm_table == RT_TABLE_LOCAL)
tools/testing/selftests/net/tun.c
355
uint8_t rtm_type, table = RT_TABLE_LOCAL;