Home
last modified time | relevance | path

Searched refs:hook_f (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net/route/
H A Droute_helpers.c72 rib_walk_hook_f_t *hook_f, void *arg) in rib_walk_ext_locked() argument
74 if (hook_f != NULL) in rib_walk_ext_locked()
75 hook_f(rnh, RIB_WALK_HOOK_PRE, arg); in rib_walk_ext_locked()
77 if (hook_f != NULL) in rib_walk_ext_locked()
78 hook_f(rnh, RIB_WALK_HOOK_POST, arg); in rib_walk_ext_locked()
92 rib_walk_hook_f_t *hook_f, void *arg) in rib_walk_ext_internal() argument
100 rib_walk_ext_locked(rnh, wa_f, hook_f, arg); in rib_walk_ext_internal()
109 rib_walk_hook_f_t *hook_f, void *arg) in rib_walk_ext() argument
114 rib_walk_ext_internal(rnh, wlock, wa_f, hook_f, arg); in rib_walk_ext()
140 rib_walk_hook_f_t *hook_f, void *arg) in rib_foreach_table_walk() argument
[all …]
H A Droute_ctl.h75 rib_walk_hook_f_t *hook_f, void *arg);
77 rib_walktree_f_t *wa_f, rib_walk_hook_f_t *hook_f, void *arg);
79 rib_walk_hook_f_t *hook_f, void *arg);
85 rib_walk_hook_f_t *hook_f, void *arg);