Searched refs:hook_f (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/net/route/ |
H A D | route_helpers.c | 77 rib_walk_hook_f_t *hook_f, void *arg) in rib_walk_ext_locked() argument 79 if (hook_f != NULL) in rib_walk_ext_locked() 80 hook_f(rnh, RIB_WALK_HOOK_PRE, arg); in rib_walk_ext_locked() 82 if (hook_f != NULL) in rib_walk_ext_locked() 83 hook_f(rnh, RIB_WALK_HOOK_POST, arg); in rib_walk_ext_locked() 97 rib_walk_hook_f_t *hook_f, void *arg) in rib_walk_ext_internal() argument 105 rib_walk_ext_locked(rnh, wa_f, hook_f, arg); in rib_walk_ext_internal() 114 rib_walk_hook_f_t *hook_f, void *arg) in rib_walk_ext() argument 119 rib_walk_ext_internal(rnh, wlock, wa_f, hook_f, arg); in rib_walk_ext() 177 rib_walk_hook_f_t *hook_f, void *arg) in rib_foreach_table_walk() argument [all …]
|
H A D | route_ctl.h | 107 rib_walk_hook_f_t *hook_f, void *arg); 109 rib_walktree_f_t *wa_f, rib_walk_hook_f_t *hook_f, void *arg); 111 rib_walk_hook_f_t *hook_f, void *arg); 119 rib_walk_hook_f_t *hook_f, void *arg);
|