Home
last modified time | relevance | path

Searched refs:fib_get_table (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/
H A Dip_fib.h297 static inline struct fib_table *fib_get_table(struct net *net, u32 id) in fib_get_table() function
313 return fib_get_table(net, id); in fib_new_table()
324 tb = fib_get_table(net, RT_TABLE_MAIN); in fib_lookup()
369 struct fib_table *fib_get_table(struct net *net, u32 id);
/linux/net/ipv4/
H A Dfib_trie.c1019 tb = fib_get_table(net, fri->tb_id); in fib_find_matching_alias()
2872 tb = fib_get_table(seq_file_net(seq), RT_TABLE_MAIN); in fib_route_seq_start()
/linux/net/core/
H A Dfilter.c6183 tb = fib_get_table(net, tbid); in bpf_ipv4_fib_lookup()