Searched refs:SCTP_CALLOUT_ACTIVE (Results 1 – 2 of 2) sorted by relevance
87 #define SCTP_CALLOUT_ACTIVE 0x0002 /* callout is currently active */ macro108 #define SCTP_OS_TIMER_ACTIVE(tmr) ((tmr)->c_flags & SCTP_CALLOUT_ACTIVE)109 #define SCTP_OS_TIMER_DEACTIVATE(tmr) ((tmr)->c_flags &= ~SCTP_CALLOUT_ACTIVE)
124 c->c_flags = (SCTP_CALLOUT_ACTIVE | SCTP_CALLOUT_PENDING); in sctp_os_timer_start()140 c->c_flags &= ~SCTP_CALLOUT_ACTIVE; in sctp_os_timer_stop()144 c->c_flags &= ~(SCTP_CALLOUT_ACTIVE | SCTP_CALLOUT_PENDING); in sctp_os_timer_stop()