Lines Matching refs:rib_head
184 struct rib_head *fd_rh; /* RIB table we're attached to */
200 static void set_algo_fixed(struct rib_head *rh);
201 static bool is_algo_fixed(struct rib_head *rh);
206 static struct fib_lookup_module *fib_check_best_algo(struct rib_head *rh,
772 handle_rtable_change_cb(struct rib_head *rnh, struct rib_cmd_info *rc, in handle_rtable_change_cb()
916 sync_algo_end_cb(struct rib_head *rnh, enum rib_walk_hook stage, void *_data) in sync_algo_end_cb()
1048 fib_cleanup_algo(struct rib_head *rh, bool keep_first, bool in_callout) in fib_cleanup_algo()
1081 fib_destroy_rib(struct rib_head *rh) in fib_destroy_rib()
1154 try_setup_fd_instance(struct fib_lookup_module *flm, struct rib_head *rh, in try_setup_fd_instance()
1248 setup_fd_instance(struct fib_lookup_module *flm, struct rib_head *rh, in setup_fd_instance()
1460 struct rib_head *rh = NULL; in set_fib_algo()
1712 fib_get_rtable_info(struct rib_head *rh, struct rib_rtable_info *rinfo) in fib_get_rtable_info()
1746 struct rib_head *
1865 set_algo_fixed(struct rib_head *rh) in set_algo_fixed()
1882 is_algo_fixed(struct rib_head *rh) in is_algo_fixed()
1906 fib_check_best_algo(struct rib_head *rh, struct fib_lookup_module *orig_flm) in fib_check_best_algo()
1949 fib_select_algo_initial(struct rib_head *rh, struct fib_dp *dp) in fib_select_algo_initial()
1995 struct rib_head *rh = rt_tables_get_rnh(i, family); in fib_setup_family()