Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dsctp6_usrreq.c178 int timer_stopped; in sctp6_notify() local
213 timer_stopped = 1; in sctp6_notify()
217 timer_stopped = 0; in sctp6_notify()
236 if (timer_stopped) { in sctp6_notify()
/freebsd/sys/netinet/
H A Dsctp_usrreq.c179 int timer_stopped; in sctp_notify() local
227 timer_stopped = 1; in sctp_notify()
231 timer_stopped = 0; in sctp_notify()
250 if (timer_stopped) { in sctp_notify()