| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_radiotap.c | 58 struct ieee80211_radiotap_header *rh, int rlen, uint32_t rx_radiotap) in ieee80211_radiotap_attach() 68 struct ieee80211_radiotap_header *rh, in ieee80211_radiotap_attachv() 168 struct ieee80211_radiotap_header *rh = ic->ic_rh; in ieee80211_radiotap_chan_change() local 191 struct ieee80211_radiotap_header *rh, int len) in spam_vaps() 234 struct ieee80211_radiotap_header *rh = ic->ic_rh; in ieee80211_radiotap_rx() local 259 struct ieee80211_radiotap_header *rh = ic->ic_rh; in ieee80211_radiotap_rx_all() local 277 radiotap_offset(struct ieee80211_radiotap_header *rh, in radiotap_offset()
|
| /f-stack/freebsd/net/route/ |
| H A D | route_var.h | 81 #define RIB_LOCK_INIT(rh) rm_init(&(rh)->rib_lock, "rib head lock") argument 82 #define RIB_LOCK_DESTROY(rh) rm_destroy(&(rh)->rib_lock) argument 83 #define RIB_RLOCK(rh) rm_rlock(&(rh)->rib_lock, &_rib_tracker) argument 84 #define RIB_RUNLOCK(rh) rm_runlock(&(rh)->rib_lock, &_rib_tracker) argument 85 #define RIB_WLOCK(rh) rm_wlock(&(rh)->rib_lock) argument 86 #define RIB_WUNLOCK(rh) rm_wunlock(&(rh)->rib_lock) argument 87 #define RIB_LOCK_ASSERT(rh) rm_assert(&(rh)->rib_lock, RA_LOCKED) argument 88 #define RIB_WLOCK_ASSERT(rh) rm_assert(&(rh)->rib_lock, RA_WLOCKED) argument
|
| H A D | route_temporal.c | 150 tmproutes_init(struct rib_head *rh) in tmproutes_init() 157 tmproutes_destroy(struct rib_head *rh) in tmproutes_destroy()
|
| H A D | nhgrp_ctl.c | 565 nhgrp_get_group(struct rib_head *rh, struct weightened_nhop *wn, int num_nhops, in nhgrp_get_group() 586 nhgrp_get_filtered_group(struct rib_head *rh, const struct nhgrp_object *src, in nhgrp_get_filtered_group() 644 nhgrp_get_addition_group(struct rib_head *rh, struct route_nhop_data *rnd_orig, in nhgrp_get_addition_group() 700 dump_nhgrp_entry(struct rib_head *rh, const struct nhgrp_priv *nhg_priv, in dump_nhgrp_entry() 778 nhgrp_get_count(struct rib_head *rh) in nhgrp_get_count() 793 nhgrp_dump_sysctl(struct rib_head *rh, struct sysctl_req *w) in nhgrp_dump_sysctl()
|
| H A D | fib_algo.c | 777 fib_cleanup_algo(struct rib_head *rh, bool keep_first, bool in_callout) in fib_cleanup_algo() 810 fib_destroy_rib(struct rib_head *rh) in fib_destroy_rib() 878 try_setup_fd_instance(struct fib_lookup_module *flm, struct rib_head *rh, in try_setup_fd_instance() 972 setup_fd_instance(struct fib_lookup_module *flm, struct rib_head *rh, in setup_fd_instance() 1142 struct rib_head *rh = NULL; in set_fib_algo() local 1367 fib_get_rtable_info(struct rib_head *rh, struct rib_rtable_info *rinfo) in fib_get_rtable_info() 1502 set_algo_fixed(struct rib_head *rh) in set_algo_fixed() 1519 is_algo_fixed(struct rib_head *rh) in is_algo_fixed() 1543 fib_check_best_algo(struct rib_head *rh, struct fib_lookup_module *orig_flm) in fib_check_best_algo() 1586 fib_select_algo_initial(struct rib_head *rh) in fib_select_algo_initial()
|
| H A D | nhop_ctl.c | 772 nhops_update_ifmtu(struct rib_head *rh, struct ifnet *ifp, uint32_t mtu) in nhops_update_ifmtu() 804 dump_nhop_entry(struct rib_head *rh, struct nhop_object *nh, struct sysctl_req *w) in dump_nhop_entry() 876 nhops_get_count(struct rib_head *rh) in nhops_get_count() 891 nhops_dump_sysctl(struct rib_head *rh, struct sysctl_req *w) in nhops_dump_sysctl()
|
| H A D | nhop.c | 72 nhops_init_rib(struct rib_head *rh) in nhops_init_rib() 135 nhops_destroy_rib(struct rib_head *rh) in nhops_destroy_rib()
|
| H A D | mpath_ctl.c | 164 del_route_mpath(struct rib_head *rh, struct rt_addrinfo *info, in del_route_mpath()
|
| H A D | route_ddb.c | 209 struct rib_head *rh; in _DB_FUNC() local
|
| H A D | route_tables.c | 174 struct rib_head **prnh, *rh; in grow_rtables() local
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6_rmx.c | 145 struct rib_head *rh; in in6_inithead() local 164 in6_detachhead(struct rib_head *rh) in in6_detachhead()
|
| H A D | in6_fib.c | 147 struct rib_head *rh; in fib6_lookup() local 227 struct rib_head *rh; in lookup_nhop() local 298 struct rib_head *rh; in fib6_lookup_rt() local
|
| H A D | route6.c | 66 struct ip6_rthdr *rh; in route6_input() local
|
| H A D | in6_fib_algo.c | 245 struct rib_head *rh; member 252 struct rib_head *rh = (struct rib_head *)algo_data; in radix6_lookup() local 278 struct rib_head *rh = rh = rt_tables_get_rnh(fibnum, AF_INET6); in fib6_radix_lookup_nh() local
|
| /f-stack/freebsd/netinet/ |
| H A D | in_rmx.c | 121 struct rib_head *rh; in in_inithead() local 134 in_detachhead(struct rib_head *rh) in in_detachhead()
|
| H A D | in_fib.c | 139 struct rib_head *rh; in fib4_lookup() local 217 struct rib_head *rh; in lookup_nhop() local 285 struct rib_head *rh; in fib4_lookup_rt() local
|
| H A D | in_fib_algo.c | 675 struct rib_head *rh; member 682 struct rib_head *rh = (struct rib_head *)algo_data; in radix4_lookup() local
|
| /f-stack/freebsd/net/ |
| H A D | route.c | 100 struct rib_head *rh; in rt_table_init() local 151 rt_table_destroy(struct rib_head *rh) in rt_table_destroy() 423 struct rib_head *rh; in rib_lookup_info() local
|
| H A D | radix.h | 131 struct radix_head rh; member
|
| H A D | radix.c | 1091 rn_inithead_internal(struct radix_head *rh, struct radix_node *base_nodes, int off) in rn_inithead_internal()
|
| /f-stack/dpdk/drivers/net/liquidio/ |
| H A D | lio_ethdev.h | 134 uint64_t rh; member 140 uint64_t rh; member 146 uint64_t rh; member
|
| H A D | lio_rxtx.h | 53 union octeon_rh rh; member 678 lio_opcode_slow_path(union octeon_rh *rh) in lio_opcode_slow_path()
|
| /f-stack/dpdk/drivers/crypto/nitrox/ |
| H A D | nitrox_hal.h | 60 uint64_t rh : 1; member
|
| /f-stack/tools/compat/include/net/ |
| H A D | radix.h | 131 struct radix_head rh; member
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_sockopt.c | 1316 ipfw_range_header *rh; in del_rules() local 1347 ipfw_range_header *rh; in move_rules() local 1374 ipfw_range_header *rh; in clear_rules() local 1476 ipfw_range_header *rh; in manage_sets() local
|