Searched refs:hook_f (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/net/route/ |
| H A D | route_helpers.c | 76 rib_walk_hook_f_t *hook_f, void *arg) in rib_walk_ext_locked() argument 78 if (hook_f != NULL) in rib_walk_ext_locked() 79 hook_f(rnh, RIB_WALK_HOOK_PRE, arg); in rib_walk_ext_locked() 81 if (hook_f != NULL) in rib_walk_ext_locked() 82 hook_f(rnh, RIB_WALK_HOOK_POST, arg); in rib_walk_ext_locked() 96 rib_walk_hook_f_t *hook_f, void *arg) in rib_walk_ext_internal() argument 104 rib_walk_ext_locked(rnh, wa_f, hook_f, arg); in rib_walk_ext_internal() 113 rib_walk_hook_f_t *hook_f, void *arg) in rib_walk_ext() argument 118 rib_walk_ext_internal(rnh, wlock, wa_f, hook_f, arg); in rib_walk_ext() 176 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);
|