Searched refs:fib_get_table (Results 1 – 5 of 5) sorted by relevance
/linux/net/ipv4/ |
H A D | fib_frontend.c | 83 tb = fib_get_table(net, id); in fib_new_table() 112 struct fib_table *fib_get_table(struct net *net, u32 id) in fib_get_table() function 157 old = fib_get_table(net, RT_TABLE_LOCAL); in fib_unmerge() 174 main_table = fib_get_table(net, RT_TABLE_MAIN); in fib_unmerge() 222 table = fib_get_table(net, tb_id); in __inet_dev_addr_type() 644 tb = fib_get_table(net, cfg.fc_table); in ip_rt_ioctl() 881 tb = fib_get_table(net, cfg.fc_table); in inet_rtm_delroute() 1027 tb = fib_get_table(net, filter.table_id); in inet_dump_fib() 1361 tb = fib_get_table(net, frn->tb_id_in); in nl_fib_lookup()
|
H A D | fib_semantics.c | 1148 tbl = fib_get_table(net, table); in fib_check_nh_v4_gw()
|
H A D | devinet.c | 166 local = fib_get_table(net, RT_TABLE_LOCAL); in __ip_dev_find()
|
/linux/include/net/ |
H A D | ip_fib.h | 295 static inline struct fib_table *fib_get_table(struct net *net, u32 id) in fib_get_table() function 311 return fib_get_table(net, id); in fib_new_table() 322 tb = fib_get_table(net, RT_TABLE_MAIN); in fib_lookup() 367 struct fib_table *fib_get_table(struct net *net, u32 id);
|
/linux/net/core/ |
H A D | filter.c | 5959 tb = fib_get_table(net, tbid); in bpf_ipv4_fib_lookup()
|