Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet6/
H A Dsctp6_usrreq.c181 int timer_stopped; in sctp6_notify() local
216 timer_stopped = 1; in sctp6_notify()
220 timer_stopped = 0; in sctp6_notify()
239 if (timer_stopped) { in sctp6_notify()
/freebsd-13.1/sys/netinet/
H A Dsctp_usrreq.c180 int timer_stopped; in sctp_notify() local
228 timer_stopped = 1; in sctp_notify()
232 timer_stopped = 0; in sctp_notify()
251 if (timer_stopped) { in sctp_notify()