Searched refs:l3mdev_fib_table_rcu (Results 1 – 4 of 4) sorted by relevance
162 u32 l3mdev_fib_table_rcu(const struct net_device *dev) in l3mdev_fib_table_rcu() function187 EXPORT_SYMBOL_GPL(l3mdev_fib_table_rcu);201 tb_id = l3mdev_fib_table_rcu(dev); in l3mdev_fib_table_by_index()
130 u32 l3mdev_fib_table_rcu(const struct net_device *dev);137 tb_id = l3mdev_fib_table_rcu(dev); in l3mdev_fib_table()254 static inline u32 l3mdev_fib_table_rcu(const struct net_device *dev) in l3mdev_fib_table_rcu() function
5420 u32 tbid = l3mdev_fib_table_rcu(dev) ? : RT_TABLE_MAIN; in bpf_ipv4_fib_lookup()5545 u32 tbid = l3mdev_fib_table_rcu(dev) ? : RT_TABLE_MAIN; in bpf_ipv6_fib_lookup()
3360 u32 tbid = l3mdev_fib_table_rcu(dev) ? : RT_TABLE_MAIN; in ip6_route_check_nh_onlink()
Completed in 35 milliseconds