Home
last modified time | relevance | path

Searched defs:rh (Results 1 – 25 of 56) sorted by relevance

123

/freebsd-13-stable/sys/rpc/
HDclnt.h205 #define CLNT_ACQUIRE(rh) \ argument
207 #define CLNT_RELEASE(rh) \ argument
216 #define CLNT_CLOSE(rh) ((*(rh)->cl_ops->cl_close)(rh)) argument
234 #define CLNT_CALL_MBUF(rh, ext, proc, mreq, mrepp, secs) \ argument
249 #define CLNT_CALL_EXT(rh, ext, proc, xargs, argsp, xres, resp, secs) \ argument
266 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
269 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
273 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
276 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
286 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh)) argument
[all …]
/freebsd-13-stable/sys/net80211/
HDieee80211_radiotap.c56 struct ieee80211_radiotap_header *rh, int rlen, uint32_t rx_radiotap) in ieee80211_radiotap_attach()
66 struct ieee80211_radiotap_header *rh, in ieee80211_radiotap_attachv()
166 struct ieee80211_radiotap_header *rh = ic->ic_rh; in ieee80211_radiotap_chan_change() local
189 struct ieee80211_radiotap_header *rh, int len) in spam_vaps()
232 struct ieee80211_radiotap_header *rh = ic->ic_rh; in ieee80211_radiotap_rx() local
257 struct ieee80211_radiotap_header *rh = ic->ic_rh; in ieee80211_radiotap_rx_all() local
275 radiotap_offset(struct ieee80211_radiotap_header *rh, in radiotap_offset()
/freebsd-13-stable/include/rpc/
HDclnt.h161 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
164 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
173 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh)) argument
174 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh)) argument
181 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) argument
182 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) argument
192 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
193 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
237 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) argument
238 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) argument
/freebsd-13-stable/sys/net/route/
HDroute_var.h79 #define RIB_LOCK_INIT(rh) rm_init_flags(&(rh)->rib_lock, "rib head lock", RM_DUPOK) argument
80 #define RIB_LOCK_DESTROY(rh) rm_destroy(&(rh)->rib_lock) argument
81 #define RIB_RLOCK(rh) rm_rlock(&(rh)->rib_lock, &_rib_tracker) argument
82 #define RIB_RUNLOCK(rh) rm_runlock(&(rh)->rib_lock, &_rib_tracker) argument
83 #define RIB_WLOCK(rh) rm_wlock(&(rh)->rib_lock) argument
84 #define RIB_WUNLOCK(rh) rm_wunlock(&(rh)->rib_lock) argument
85 #define RIB_LOCK_ASSERT(rh) rm_assert(&(rh)->rib_lock, RA_LOCKED) argument
86 #define RIB_WLOCK_ASSERT(rh) rm_assert(&(rh)->rib_lock, RA_WLOCKED) argument
HDroute_temporal.c150 tmproutes_init(struct rib_head *rh) in tmproutes_init()
157 tmproutes_destroy(struct rib_head *rh) in tmproutes_destroy()
HDnhgrp_ctl.c467 struct rib_head *rh = rt_tables_get_rnh(fibnum, family); in nhgrp_alloc() local
648 nhgrp_get_group(struct rib_head *rh, struct weightened_nhop *wn, int num_nhops, in nhgrp_get_group()
668 nhgrp_get_filtered_group(struct rib_head *rh, const struct rtentry *rt, in nhgrp_get_filtered_group()
727 nhgrp_get_addition_group(struct rib_head *rh, struct route_nhop_data *rnd_orig, in nhgrp_get_addition_group()
837 dump_nhgrp_entry(struct rib_head *rh, const struct nhgrp_priv *nhg_priv, in dump_nhgrp_entry()
927 nhgrp_get_count(struct rib_head *rh) in nhgrp_get_count()
942 nhgrp_dump_sysctl(struct rib_head *rh, struct sysctl_req *w) in nhgrp_dump_sysctl()
HDfib_algo.c1048 fib_cleanup_algo(struct rib_head *rh, bool keep_first, bool in_callout) in fib_cleanup_algo()
1081 fib_destroy_rib(struct rib_head *rh) in fib_destroy_rib()
1154 try_setup_fd_instance(struct fib_lookup_module *flm, struct rib_head *rh, in try_setup_fd_instance()
1248 setup_fd_instance(struct fib_lookup_module *flm, struct rib_head *rh, in setup_fd_instance()
1460 struct rib_head *rh = NULL; in set_fib_algo() local
1712 fib_get_rtable_info(struct rib_head *rh, struct rib_rtable_info *rinfo) in fib_get_rtable_info()
1865 set_algo_fixed(struct rib_head *rh) in set_algo_fixed()
1882 is_algo_fixed(struct rib_head *rh) in is_algo_fixed()
1906 fib_check_best_algo(struct rib_head *rh, struct fib_lookup_module *orig_flm) in fib_check_best_algo()
1949 fib_select_algo_initial(struct rib_head *rh, struct fib_dp *dp) in fib_select_algo_initial()
[all …]
HDnhop.c76 nhops_init_rib(struct rib_head *rh) in nhops_init_rib()
138 nhops_destroy_rib(struct rib_head *rh) in nhops_destroy_rib()
HDroute_tables.c203 populate_kernel_routes(struct rib_head **new_rt_tables, struct rib_head *rh) in populate_kernel_routes()
222 struct rib_head **prnh, *rh; in grow_rtables() local
HDnhop_ctl.c1054 nhops_update_ifmtu(struct rib_head *rh, struct ifnet *ifp, uint32_t mtu) in nhops_update_ifmtu()
1138 dump_nhop_entry(struct rib_head *rh, struct nhop_object *nh, struct sysctl_req *w) in dump_nhop_entry()
1208 nhops_get_count(struct rib_head *rh) in nhops_get_count()
1223 nhops_dump_sysctl(struct rib_head *rh, struct sysctl_req *w) in nhops_dump_sysctl()
HDroute_ddb.c208 struct rib_head *rh; in DB_SHOW_COMMAND_FLAGS() local
/freebsd-13-stable/sys/netinet6/
HDin6_rmx.c149 struct rib_head *rh; in in6_inithead() local
169 in6_detachhead(struct rib_head *rh) in in6_detachhead()
HDin6_fib.c145 struct rib_head *rh; in fib6_lookup() local
225 struct rib_head *rh; in lookup_nhop() local
296 struct rib_head *rh; in fib6_lookup_rt() local
HDroute6.c64 struct ip6_rthdr *rh; in route6_input() local
HDin6_fib_algo.c244 struct rib_head *rh; member
251 struct rib_head *rh = (struct rib_head *)algo_data; in radix6_lookup() local
277 struct rib_head *rh = rh = rt_tables_get_rnh(fibnum, AF_INET6); in fib6_radix_lookup_nh() local
/freebsd-13-stable/sys/netinet/
HDin_rmx.c119 struct rib_head *rh; in in_inithead() local
133 in_detachhead(struct rib_head *rh) in in_detachhead()
HDin_fib.c137 struct rib_head *rh; in fib4_lookup() local
215 struct rib_head *rh; in lookup_nhop() local
283 struct rib_head *rh; in fib4_lookup_rt() local
/freebsd-13-stable/contrib/elftoolchain/libpe/
HDpe_rich.c69 PE_RichHdr *rh; in pe_rich_header_validate() local
HDlibpe_rich.c59 PE_RichHdr *rh; in libpe_parse_rich_header() local
/freebsd-13-stable/sys/net/
HDroute.c99 struct rib_head *rh; in rt_table_init() local
150 rt_table_destroy(struct rib_head *rh) in rt_table_destroy()
421 struct rib_head *rh; in rib_lookup_info() local
/freebsd-13-stable/lib/libc/net/
HDrthdr.c385 struct ip6_rthdr *rh = (struct ip6_rthdr *)bp; in inet6_rth_segments() local
410 struct ip6_rthdr *rh = (struct ip6_rthdr *)bp; in inet6_rth_getaddr() local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_range.cpp39 [](const Event &lh, const Event &rh) { return lh.val < rh.val; }); in Intersect()
/freebsd-13-stable/sys/dev/liquidio/base/
HDlio_droq.h73 union octeon_rh rh; member
153 union octeon_rh rh; member
HDlio_droq.c525 union octeon_rh *rh, struct lio_droq_info *info) in lio_droq_dispatch_pkt()
592 union octeon_rh *rh; in lio_droq_fast_process_packets() local
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_aggregate.c744 dt_ahashent_t *rh = *((dt_ahashent_t **)rhs); local
761 dt_ahashent_t *rh = *((dt_ahashent_t **)rhs); local
780 dt_ahashent_t *rh = *((dt_ahashent_t **)rhs); local
891 dt_ahashent_t *rh = *((dt_ahashent_t **)rhs); local
1033 dt_ahashent_t **rh = *((dt_ahashent_t ***)rhs); local

123