Home
last modified time | relevance | path

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

123

/freebsd/sys/rpc/
H A Dclnt.h172 #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 Dieee80211_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/include/rpc/
H A Dclnt.h158 #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 Droute_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
H A Droute_temporal.c149 tmproutes_init(struct rib_head *rh) in tmproutes_init()
156 tmproutes_destroy(struct rib_head *rh) in tmproutes_destroy()
H A Dnhgrp_ctl.c464 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 Dfib_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 …]
H A Dnhop.c76 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 Droute_tables.c204 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 Dnhop_ctl.c1055 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 Droute_ddb.c209 struct rib_head *rh; in DB_SHOW_COMMAND_FLAGS() local
H A Droute_ctl.h164 struct rib_head *rh; member
/freebsd/sys/netinet6/
H A Din6_rmx.c144 struct rib_head *rh; in6_inithead() local
164 in6_detachhead(struct rib_head * rh) in6_detachhead() argument
H A Din6_fib.c146 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 Droute6.c64 struct ip6_rthdr *rh; in route6_input() local
H A Din6_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/sys/netinet/
H A Din_rmx.c119 struct rib_head *rh; in in_inithead() local
133 in_detachhead(struct rib_head *rh) in in_detachhead()
H A Din_fib.c138 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 Dpe_rich.c69 PE_RichHdr *rh; in pe_rich_header_validate() local
H A Dlibpe_rich.c59 PE_RichHdr *rh; in libpe_parse_rich_header() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_range.cpp39 [](const Event &lh, const Event &rh) { return lh.val < rh.val; }); in Intersect()
/freebsd/lib/libc/net/
H A Drthdr.c384 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 Droute.c102 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 Dlio_droq.h73 union octeon_rh rh; member
153 union octeon_rh rh; member
H A Dlio_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

123