Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Dfib_algo.c473 RIB_WLOCK_ASSERT(fd->fd_rh); in schedule_fd_rebuild()
492 RIB_WLOCK_ASSERT(fd->fd_rh); in schedule_algo_eval()
544 RIB_WLOCK_ASSERT(rnh); in handle_rtable_change_cb()
649 RIB_WLOCK_ASSERT(w->fd->fd_rh); in sync_algo_end_cb()
686 RIB_WLOCK_ASSERT(w->fd->fd_rh); in sync_algo_cb()
741 RIB_WLOCK_ASSERT(fd->fd_rh); in schedule_destroy_fd_instance()
979 RIB_WLOCK_ASSERT(rh); in setup_fd_instance()
1065 RIB_WLOCK_ASSERT(fd->fd_rh); in rebuild_fd()
H A Droute_temporal.c130 RIB_WLOCK_ASSERT(rnh); in tmproutes_update()
H A Dmpath_ctl.c172 RIB_WLOCK_ASSERT(rh); in del_route_mpath()
H A Droute_ctl.c1062 RIB_WLOCK_ASSERT(rnh); in add_route_nhop()
1106 RIB_WLOCK_ASSERT(rnh); in change_route_nhop()
1477 RIB_WLOCK_ASSERT(rnh); in rib_subscribe_locked()
1513 RIB_WLOCK_ASSERT(rnh); in rib_unsibscribe_locked()
H A Droute_var.h88 #define RIB_WLOCK_ASSERT(rh) rm_assert(&(rh)->rib_lock, RA_WLOCKED) macro