Searched refs:_ctl (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/sys/netinet/ |
| H A D | sctp_indata.h | 49 if (_ctl) { \ 52 (_ctl)->sinfo_stream = sid; \ 53 TAILQ_INIT(&_ctl->reasm); \ 54 (_ctl)->top_fsn = tfsn; \ 55 (_ctl)->mid = mid; \ 57 (_ctl)->sinfo_ppid = ppid; \ 60 (_ctl)->sinfo_tsn = tsn; \ 61 (_ctl)->sinfo_cumtsn = tsn; \ 63 (_ctl)->whoFrom = net; \ 64 (_ctl)->data = dm; \ [all …]
|
| /freebsd-14.2/sys/net/route/ |
| H A D | route_debug.h | 110 #define FIB_CTL_LOG(_l, _ctl, _fmt, ...) \ argument 111 FIB_LOG_##_l(_l, (_ctl)->ctl_rh->rib_fibnum, \ 112 (_ctl)->ctl_rh->rib_family, _fmt, ## __VA_ARGS__)
|
| /freebsd-14.2/sys/netlink/ |
| H A D | netlink_domain.c | 66 #define NLCTL_RLOCK(_ctl) rm_rlock(&((_ctl)->ctl_lock), &nl_tracker) argument 67 #define NLCTL_RUNLOCK(_ctl) rm_runlock(&((_ctl)->ctl_lock), &nl_tracker) argument 69 #define NLCTL_WLOCK(_ctl) rm_wlock(&((_ctl)->ctl_lock)) argument 70 #define NLCTL_WUNLOCK(_ctl) rm_wunlock(&((_ctl)->ctl_lock)) argument
|
| /freebsd-14.2/sys/netlink/route/ |
| H A D | nexthop.c | 105 #define UN_LOCK_INIT(_ctl) rm_init(&(_ctl)->un_lock, "unhop_ctl") argument 107 #define UN_RLOCK(_ctl) rm_rlock(&((_ctl)->un_lock), &un_tracker) argument 108 #define UN_RUNLOCK(_ctl) rm_runlock(&((_ctl)->un_lock), &un_tracker) argument 110 #define UN_WLOCK(_ctl) rm_wlock(&(_ctl)->un_lock); argument 111 #define UN_WUNLOCK(_ctl) rm_wunlock(&(_ctl)->un_lock); argument
|
| /freebsd-14.2/contrib/jemalloc/src/ |
| H A D | ctl.c | 50 static int n##_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, \ 265 #define CTL(c) 0, NULL, c##_ctl 1475 n##_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, \ 1500 n##_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, \ 1521 n##_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, \ 1543 n##_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, \ 1562 n##_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, \ 1578 n##_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, \ 1597 n##_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, \
|
| /freebsd-14.2/tools/tools/ath/athrd/ |
| H A D | athrd.c | 60 u_int16_t _ctl[32] = variable 1448 if (_ctl[i] == ctl) in findEdgePower()
|