/freebsd/sys/rpc/ |
H A D | clnt.h | 172 #define CLNT_ACQUIRE(rh) \ argument 174 #define CLNT_RELEASE(rh) \ argument 183 #define CLNT_CLOSE(rh) ((*(rh)->cl_ops->cl_close)(rh)) argument 201 #define CLNT_CALL_MBUF(rh, ext, proc, mreq, mrepp, secs) \ argument 216 #define CLNT_CALL_EXT(rh, ext, proc, xargs, argsp, xres, resp, secs) \ argument 231 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument 234 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument 243 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh)) argument 244 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh)) argument 251 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) argument [all …]
|
/freebsd/sys/net80211/ |
H A D | ieee80211_radiotap.c | 56 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/include/rpc/ |
H A D | clnt.h | 158 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument 161 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument 170 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh)) argument 171 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh)) argument 178 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) argument 179 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) argument 189 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument 190 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument 234 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) argument 235 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) argument
|
/freebsd/sys/net/route/ |
H A D | route_var.h | 79 #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
|
H A D | route_temporal.c | 149 tmproutes_init(struct rib_head *rh) in tmproutes_init() 156 tmproutes_destroy(struct rib_head *rh) in tmproutes_destroy()
|
H A D | nhgrp_ctl.c | 464 struct rib_head *rh = rt_tables_get_rnh(fibnum, family); in nhgrp_alloc() local 645 nhgrp_get_group(struct rib_head *rh, struct weightened_nhop *wn, int num_nhops, in nhgrp_get_group() 665 nhgrp_get_filtered_group(struct rib_head *rh, const struct rtentry *rt, in nhgrp_get_filtered_group() 724 nhgrp_get_addition_group(struct rib_head *rh, struct route_nhop_data *rnd_orig, in nhgrp_get_addition_group() 834 dump_nhgrp_entry(struct rib_head *rh, const struct nhgrp_priv *nhg_priv, in dump_nhgrp_entry() 924 nhgrp_get_count(struct rib_head *rh) in nhgrp_get_count() 939 nhgrp_dump_sysctl(struct rib_head *rh, struct sysctl_req *w) in nhgrp_dump_sysctl()
|
H A D | fib_algo.c | 1048 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 …]
|
H A D | nhop.c | 76 nhops_init_rib(struct rib_head *rh) in nhops_init_rib() 138 nhops_destroy_rib(struct rib_head *rh) in nhops_destroy_rib()
|
H A D | route_tables.c | 204 populate_kernel_routes(struct rib_head **new_rt_tables, struct rib_head *rh) in populate_kernel_routes() argument 222 struct rib_head **prnh, *rh; in grow_rtables() local
|
H A D | nhop_ctl.c | 1055 nhops_update_ifmtu(struct rib_head *rh, struct ifnet *ifp, uint32_t mtu) in nhops_update_ifmtu() 1189 dump_nhop_entry(struct rib_head *rh, struct nhop_object *nh, struct sysctl_req *w) in dump_nhop_entry() 1259 nhops_get_count(struct rib_head *rh) in nhops_get_count() 1274 nhops_dump_sysctl(struct rib_head *rh, struct sysctl_req *w) in nhops_dump_sysctl()
|
H A D | route_ddb.c | 209 struct rib_head *rh; in DB_SHOW_COMMAND_FLAGS() local
|
H A D | route_ctl.h | 164 struct rib_head *rh; member
|
/freebsd/sys/netinet6/ |
H A D | in6_rmx.c | 144 struct rib_head *rh; in6_inithead() local 164 in6_detachhead(struct rib_head * rh) in6_detachhead() argument
|
H A D | in6_fib.c | 146 struct rib_head *rh; in fib6_lookup() local 226 struct rib_head *rh; in lookup_nhop() local 297 struct rib_head *rh; in fib6_lookup_rt() local
|
H A D | route6.c | 64 struct ip6_rthdr *rh; in route6_input() local
|
H A D | in6_fib_algo.c | 244 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/sys/netinet/ |
H A D | in_rmx.c | 119 struct rib_head *rh; in in_inithead() local 133 in_detachhead(struct rib_head *rh) in in_detachhead()
|
H A D | in_fib.c | 138 struct rib_head *rh; in fib4_lookup() local 216 struct rib_head *rh; in lookup_nhop() local 284 struct rib_head *rh; in fib4_lookup_rt() local
|
/freebsd/contrib/elftoolchain/libpe/ |
H A D | pe_rich.c | 69 PE_RichHdr *rh; in pe_rich_header_validate() local
|
H A D | libpe_rich.c | 59 PE_RichHdr *rh; in libpe_parse_rich_header() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_range.cpp | 39 [](const Event &lh, const Event &rh) { return lh.val < rh.val; }); in Intersect()
|
/freebsd/lib/libc/net/ |
H A D | rthdr.c | 384 struct ip6_rthdr *rh = (struct ip6_rthdr *)bp; in inet6_rth_segments() local 409 struct ip6_rthdr *rh = (struct ip6_rthdr *)bp; in inet6_rth_getaddr() local
|
/freebsd/sys/net/ |
H A D | route.c | 102 struct rib_head *rh; in rt_table_init() local 153 rt_table_destroy(struct rib_head *rh) in rt_table_destroy()
|
/freebsd/sys/dev/liquidio/base/ |
H A D | lio_droq.h | 73 union octeon_rh rh; member 153 union octeon_rh rh; member
|
H A D | lio_droq.c | 525 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
|