Home
last modified time | relevance | path

Searched refs:RIB_WLOCK_ASSERT (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/net/route/
H A Droute_subscription.c132 RIB_WLOCK_ASSERT(rnh); in rib_subscribe_locked()
167 RIB_WLOCK_ASSERT(rnh); in rib_unsubscribe_locked()
H A Dfib_algo.c511 RIB_WLOCK_ASSERT(fd->fd_rh); in schedule_fd_rebuild()
640 RIB_WLOCK_ASSERT(fd->fd_rh); in update_algo_state()
777 RIB_WLOCK_ASSERT(rnh); in handle_rtable_change_cb()
920 RIB_WLOCK_ASSERT(w->fd->fd_rh); in sync_algo_end_cb()
957 RIB_WLOCK_ASSERT(w->fd->fd_rh); in sync_algo_cb()
1012 RIB_WLOCK_ASSERT(fd->fd_rh); in schedule_destroy_fd_instance()
1254 RIB_WLOCK_ASSERT(rh); in setup_fd_instance()
1324 RIB_WLOCK_ASSERT(fd->fd_rh); in execute_callout_action()
1726 RIB_WLOCK_ASSERT(fd->fd_rh); in fib_set_algo_ptr()
H A Droute_temporal.c129 RIB_WLOCK_ASSERT(rnh); in tmproutes_update()
H A Droute_ctl.c1213 RIB_WLOCK_ASSERT(rnh); in add_route()
1245 RIB_WLOCK_ASSERT(rnh); in delete_route()
1280 RIB_WLOCK_ASSERT(rnh); in change_route()
H A Droute_var.h86 #define RIB_WLOCK_ASSERT(rh) rm_assert(&(rh)->rib_lock, RA_WLOCKED) macro