Searched defs:_ctl (Results 1 – 4 of 4) sorted by relevance
/freebsd/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/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/sys/net/route/ |
H A D | route_debug.h | 110 #define FIB_CTL_LOG(_l, _ctl, _fmt, ...) \ argument
|
/freebsd/tools/tools/ath/athrd/ |
H A D | athrd.c | 60 u_int16_t _ctl[32] = variable
|