Home
last modified time | relevance | path

Searched refs:_TIMER_STOP (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netgraph/atm/uni/
H A Dng_uni_cust.h88 #define _TIMER_DESTROY(UNI,FIELD) _TIMER_STOP(UNI,FIELD)
89 #define _TIMER_STOP(UNI,FIELD) do { \ macro
95 _TIMER_STOP(UNI, FIELD); \
/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dunipriv.h555 #define TIMER_STOP_UNI(U,T) _TIMER_STOP(U, (U)->T)
556 #define TIMER_STOP_CALL(C,T) _TIMER_STOP((C)->uni, (C)->T)
557 #define TIMER_STOP_PARTY(P,T) _TIMER_STOP((P)->call->uni, (P)->T)