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
6806
fib4_replaced->tb_id == RT_TABLE_LOCAL)
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
7497
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
293
#define TABLE_LOCAL_INDEX (RT_TABLE_LOCAL & (FIB_TABLE_HASHSZ - 1))
include/net/ip_fib.h
301
ptr = id == RT_TABLE_LOCAL ?
net/ipv4/af_inet.c
486
u32 tb_id = RT_TABLE_LOCAL;
net/ipv4/devinet.c
158
local = fib_get_table(net, RT_TABLE_LOCAL);
net/ipv4/fib_frontend.c
1114
tb_id = (type == RTN_UNICAST) ? RT_TABLE_MAIN : RT_TABLE_LOCAL;
net/ipv4/fib_frontend.c
159
old = fib_get_table(net, RT_TABLE_LOCAL);
net/ipv4/fib_frontend.c
247
return __inet_dev_addr_type(net, NULL, addr, RT_TABLE_LOCAL);
net/ipv4/fib_frontend.c
254
u32 rt_table = l3mdev_fib_table(dev) ? : RT_TABLE_LOCAL;
net/ipv4/fib_frontend.c
267
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
484
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
1329
tb_id = RT_TABLE_LOCAL;
net/ipv4/fib_semantics.c
1334
if (rc != RTN_LOCAL && tb_id != RT_TABLE_LOCAL) {
net/ipv4/fib_semantics.c
1336
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
2599
if (tb->tb_id == RT_TABLE_LOCAL)
net/ipv4/ping.c
308
u32 tb_id = RT_TABLE_LOCAL;
net/ipv4/raw.c
714
u32 tb_id = RT_TABLE_LOCAL;
net/sctp/protocol.c
356
int tb_id = RT_TABLE_LOCAL;
tools/net/ynl/tests/rt-route.c
23
if (r->_hdr.rtm_table == RT_TABLE_LOCAL)
tools/net/ynl/tests/rt-route.c
99
if (route->_hdr.rtm_table == RT_TABLE_LOCAL)
tools/testing/selftests/net/tun.c
355
uint8_t rtm_type, table = RT_TABLE_LOCAL;