Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet6/
H A Dsctp6_usrreq.c185 int timer_stopped; in sctp6_notify() local
231 timer_stopped = 1; in sctp6_notify()
235 timer_stopped = 0; in sctp6_notify()
249 if (timer_stopped) { in sctp6_notify()
/freebsd-12.1/sys/netinet/
H A Dsctp_usrreq.c162 int timer_stopped; in sctp_notify() local
222 timer_stopped = 1; in sctp_notify()
226 timer_stopped = 0; in sctp_notify()
245 if (timer_stopped) { in sctp_notify()