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.c133 RIB_WLOCK_ASSERT(rnh); in rib_subscribe_locked()
168 RIB_WLOCK_ASSERT(rnh); in rib_unsubscribe_locked()
H A Dfib_algo.c512 RIB_WLOCK_ASSERT(fd->fd_rh); in schedule_fd_rebuild()
641 RIB_WLOCK_ASSERT(fd->fd_rh); in update_algo_state()
778 RIB_WLOCK_ASSERT(rnh); in handle_rtable_change_cb()
921 RIB_WLOCK_ASSERT(w->fd->fd_rh); in sync_algo_end_cb()
958 RIB_WLOCK_ASSERT(w->fd->fd_rh); in sync_algo_cb()
1013 RIB_WLOCK_ASSERT(fd->fd_rh); in schedule_destroy_fd_instance()
1255 RIB_WLOCK_ASSERT(rh); in setup_fd_instance()
1325 RIB_WLOCK_ASSERT(fd->fd_rh); in execute_callout_action()
1729 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.c1222 RIB_WLOCK_ASSERT(rnh); in add_route()
1256 RIB_WLOCK_ASSERT(rnh); in delete_route()
1291 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