Searched defs:_ctl (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/sys/netinet/ |
H A D | sctp_indata.h | 48 #define sctp_build_readq_entry_mac(_ctl, in_it, context, net, tsn, ppid, sid, flags, dm, tfsn, mid)… argument
|
/freebsd-src/sys/netlink/ |
H A D | netlink_domain.c | 68 #define NLCTL_RLOCK(_ctl) rm_rlock(&((_ctl)->ctl_lock), &nl_tracker) argument 69 #define NLCTL_RUNLOCK(_ctl) rm_runlock(&((_ctl)->ctl_lock), &nl_tracker) argument 71 #define NLCTL_WLOCK(_ctl) rm_wlock(&((_ctl)->ctl_lock)) argument 72 #define NLCTL_WUNLOCK(_ctl) rm_wunlock(&((_ctl)->ctl_lock)) argument
|
/freebsd-src/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) argument [all...] |
/freebsd-src/sys/net/route/ |
H A D | route_debug.h | 103 FIB_CTL_LOG(_l,_ctl,_fmt,...) global() argument
|
/freebsd-src/tools/tools/ath/athrd/ |
H A D | athrd.c | 60 u_int16_t _ctl[32] = variable
|