Searched refs:SCTP_EVENT_TIMEOUT_AUTOCLOSE (Results 1 – 5 of 5) sorted by relevance
96 SCTP_EVENT_TIMEOUT_AUTOCLOSE, enumerator99 #define SCTP_EVENT_TIMEOUT_MAX SCTP_EVENT_TIMEOUT_AUTOCLOSE
633 asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) { in sctp_packet_transmit()635 &asoc->timers[SCTP_EVENT_TIMEOUT_AUTOCLOSE]; in sctp_packet_transmit()637 asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]; in sctp_packet_transmit()
849 if (new_asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) in sctp_sf_do_5_1D_ce()851 SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE)); in sctp_sf_do_5_1D_ce()947 if (asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) in sctp_sf_do_5_1E_ca()949 SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE)); in sctp_sf_do_5_1E_ca()3120 if (asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) { in sctp_sf_eat_data_6_2()3122 SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE)); in sctp_sf_eat_data_6_2()4078 if (asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) { in sctp_sf_eat_fwd_tsn()4080 SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE)); in sctp_sf_eat_fwd_tsn()5474 if (asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) in sctp_sf_do_9_2_start_shutdown()5476 SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE)); in sctp_sf_do_9_2_start_shutdown()[all …]
369 from_timer(asoc, t, timers[SCTP_EVENT_TIMEOUT_AUTOCLOSE]); in sctp_generate_autoclose_event()371 sctp_generate_timeout_event(asoc, SCTP_EVENT_TIMEOUT_AUTOCLOSE); in sctp_generate_autoclose_event()510 [SCTP_EVENT_TIMEOUT_AUTOCLOSE] = sctp_generate_autoclose_event,
151 asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE] = sp->autoclose * HZ; in sctp_association_init()