Searched refs:SCTP_EVENT_TIMEOUT_AUTOCLOSE (Results 1 – 5 of 5) sorted by relevance
94 SCTP_EVENT_TIMEOUT_AUTOCLOSE, enumerator97 #define SCTP_EVENT_TIMEOUT_MAX SCTP_EVENT_TIMEOUT_AUTOCLOSE
583 asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) { in sctp_packet_transmit()584 timer = &asoc->timers[SCTP_EVENT_TIMEOUT_AUTOCLOSE]; in sctp_packet_transmit()585 timeout = asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]; in sctp_packet_transmit()
827 if (new_asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) in sctp_sf_do_5_1D_ce()829 SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE)); in sctp_sf_do_5_1D_ce()915 if (asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) in sctp_sf_do_5_1E_ca()917 SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE)); in sctp_sf_do_5_1E_ca()2990 if (asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) { in sctp_sf_eat_data_6_2()2992 SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE)); in sctp_sf_eat_data_6_2()3883 if (asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) { in sctp_sf_eat_fwd_tsn()3885 SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE)); in sctp_sf_eat_fwd_tsn()5270 if (asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) in sctp_sf_do_9_2_start_shutdown()5272 SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE)); in sctp_sf_do_9_2_start_shutdown()[all …]
359 sctp_generate_timeout_event(asoc, SCTP_EVENT_TIMEOUT_AUTOCLOSE); in sctp_generate_autoclose_event()
149 asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE] = sp->autoclose * HZ; in sctp_association_init()