Home
last modified time | relevance | path

Searched defs:rnh (Results 1 – 22 of 22) sorted by relevance

/f-stack/freebsd/net/route/
H A Droute_ctl.c70 struct rib_head *rnh; member
189 struct rib_head *rnh; in get_rnh() local
542 struct rib_head *rnh; in rib_add_route() local
732 struct rib_head *rnh; in rib_del_route() local
866 struct rib_head *rnh; in rib_change_route() local
1242 struct rib_head *rnh; member
1304 struct rib_head *rnh; in rib_walk_del() local
1391 struct rib_head *rnh; in rib_flush_routes_family() local
1439 struct rib_head *rnh; in rib_subscribe() local
1495 struct rib_head *rnh = rs->rnh; in rib_unsibscribe() local
[all …]
H A Droute_temporal.c86 struct rib_head *rnh; in expire_callout() local
126 tmproutes_update(struct rib_head *rnh, struct rtentry *rt) in tmproutes_update()
H A Droute_helpers.c71 rib_walk_ext_locked(struct rib_head *rnh, rib_walktree_f_t *wa_f, in rib_walk_ext_locked()
91 rib_walk_ext_internal(struct rib_head *rnh, bool wlock, rib_walktree_f_t *wa_f, in rib_walk_ext_internal()
111 struct rib_head *rnh; in rib_walk_ext() local
H A Droute_tables.c277 struct rib_head *rnh; in rtables_destroy() local
342 struct rib_head *rnh; in rt_tables_get_gen() local
H A Dnhop_ctl.c316 nhop_create_from_info(struct rib_head *rnh, struct rt_addrinfo *info, in nhop_create_from_info()
352 get_nhop(struct rib_head *rnh, struct rt_addrinfo *info, in get_nhop()
454 nhop_create_from_nhop(struct rib_head *rnh, const struct nhop_object *nh_orig, in nhop_create_from_nhop()
H A Dmpath_ctl.c94 add_route_mpath(struct rib_head *rnh, struct rt_addrinfo *info, in add_route_mpath()
H A Droute_ddb.c170 struct rib_head *rnh; in DB_SHOW_COMMAND() local
H A Dfib_algo.c538 handle_rtable_change_cb(struct rib_head *rnh, struct rib_cmd_info *rc, in handle_rtable_change_cb()
644 sync_algo_end_cb(struct rib_head *rnh, enum rib_walk_hook stage, void *_data) in sync_algo_end_cb()
/f-stack/freebsd/net/
H A Dradix.h163 #define RADIX_NODE_HEAD_LOCK_INIT(rnh) \ argument
165 #define RADIX_NODE_HEAD_LOCK(rnh) rm_wlock(&(rnh)->rnh_lock) argument
166 #define RADIX_NODE_HEAD_UNLOCK(rnh) rm_wunlock(&(rnh)->rnh_lock) argument
167 #define RADIX_NODE_HEAD_RLOCK(rnh) rm_rlock(&(rnh)->rnh_lock,\ argument
169 #define RADIX_NODE_HEAD_RUNLOCK(rnh) rm_runlock(&(rnh)->rnh_lock,\ argument
171 #define RADIX_NODE_HEAD_DESTROY(rnh) rm_destroy(&(rnh)->rnh_lock) argument
172 #define RADIX_NODE_HEAD_LOCK_ASSERT(rnh) rm_assert(&(rnh)->rnh_lock, RA_LOCKED) argument
173 #define RADIX_NODE_HEAD_WLOCK_ASSERT(rnh) rm_assert(&(rnh)->rnh_lock, RA_WLOCKED) argument
H A Droute.c141 struct radix_head * const rnh = arg; in rt_freeentry() local
599 struct rib_head *rnh; in rt_updatemtu() local
H A Dradix.c1124 struct radix_node_head *rnh; in rn_inithead() local
1163 struct radix_head * const rnh = arg; in rn_freeentry() local
1175 struct radix_node_head *rnh; in rn_detachhead() local
H A Drtsock.c732 struct rib_head *rnh; in handle_rtm_get() local
2472 struct rib_head *rnh = NULL; /* silence compiler. */ in sysctl_rtsock() local
/f-stack/tools/compat/include/net/
H A Dradix.h163 #define RADIX_NODE_HEAD_LOCK_INIT(rnh) \ argument
165 #define RADIX_NODE_HEAD_LOCK(rnh) rm_wlock(&(rnh)->rnh_lock) argument
166 #define RADIX_NODE_HEAD_UNLOCK(rnh) rm_wunlock(&(rnh)->rnh_lock) argument
167 #define RADIX_NODE_HEAD_RLOCK(rnh) rm_rlock(&(rnh)->rnh_lock,\ argument
169 #define RADIX_NODE_HEAD_RUNLOCK(rnh) rm_runlock(&(rnh)->rnh_lock,\ argument
171 #define RADIX_NODE_HEAD_DESTROY(rnh) rm_destroy(&(rnh)->rnh_lock) argument
172 #define RADIX_NODE_HEAD_LOCK_ASSERT(rnh) rm_assert(&(rnh)->rnh_lock, RA_LOCKED) argument
173 #define RADIX_NODE_HEAD_WLOCK_ASSERT(rnh) rm_assert(&(rnh)->rnh_lock, RA_WLOCKED) argument
/f-stack/freebsd/kern/
H A Dvfs_export.c109 struct radix_node_head *rnh; in vfs_hang_addrlist() local
237 struct radix_node_head *rnh = (struct radix_node_head *) w; in vfs_free_netcred() local
263 struct radix_node_head *rnh; in vfs_free_addrlist_af() local
465 struct radix_node_head *rnh; in vfs_export_lookup() local
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dradix_ipf.c1212 printroots(rnh) in printroots() argument
1234 ipf_rdx_head_t *rnh; in main() local
1310 dumptree(rnh) in dumptree() argument
1324 test_addr(rnh, pref, addr, limit) in test_addr() argument
1365 delete_addr(rnh, item) in delete_addr() argument
1409 add_addr(rnh, n, item) in add_addr() argument
1497 random_add(rnh) in random_add() argument
1516 random_delete(rnh) in random_delete() argument
/f-stack/freebsd/netinet6/
H A Din6_fib_algo.c90 struct radix_node_head *rnh; member
101 struct radix_node_head *rnh = (struct radix_node_head *)algo_data; in lradix6_lookup() local
220 lradix6_change_cb(struct rib_head *rnh, struct rib_cmd_info *rc, in lradix6_change_cb()
336 radix6_change_cb(struct rib_head *rnh, struct rib_cmd_info *rc, in radix6_change_cb()
H A Dnd6.c1595 nd6_subscription_cb(struct rib_head *rnh, struct rib_cmd_info *rc, void *arg) in nd6_subscription_cb()
/f-stack/freebsd/netinet/
H A Din_fib_algo.c480 bsearch4_change_cb(struct rib_head *rnh, struct rib_cmd_info *rc, in bsearch4_change_cb()
519 struct radix_node_head *rnh; member
530 struct radix_node_head *rnh = (struct radix_node_head *)algo_data; in lradix4_lookup() local
650 lradix4_change_cb(struct rib_head *rnh, struct rib_cmd_info *rc, in lradix4_change_cb()
752 radix4_change_cb(struct rib_head *rnh, struct rib_cmd_info *rc, in radix4_change_cb()
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Ddpdk_lpm.c210 handle_rtable_change_cb(struct rib_head *rnh, struct rib_cmd_info *rc, in handle_rtable_change_cb()
H A Ddpdk_lpm6.c268 handle_rtable_change_cb(struct rib_head *rnh, struct rib_cmd_info *rc, in handle_rtable_change_cb()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_algo.c404 struct radix_node_head *rnh; in ta_lookup_radix() local
460 struct radix_node_head * const rnh = arg; in flush_radix_entry() local
474 struct radix_node_head *rnh; in ta_destroy_radix() local
543 struct radix_node_head *rnh; in ta_find_radix_tentry() local
573 struct radix_node_head *rnh; in ta_foreach_radix() local
708 struct radix_node_head *rnh; in ta_add_radix() local
809 struct radix_node_head *rnh; in ta_del_radix() local
/f-stack/lib/
H A Dff_route.c634 struct rib_head *rnh; in handle_rtm_get() local