Searched refs:SCTP_EVENT_TIMEOUT_AUTOCLOSE (Results 1 – 5 of 5) sorted by relevance
82 SCTP_EVENT_TIMEOUT_AUTOCLOSE, enumerator85 #define SCTP_EVENT_TIMEOUT_MAX SCTP_EVENT_TIMEOUT_AUTOCLOSE
629 asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) { in sctp_packet_transmit()631 &asoc->timers[SCTP_EVENT_TIMEOUT_AUTOCLOSE]; in sctp_packet_transmit()633 asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]; in sctp_packet_transmit()
866 if (new_asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) in sctp_sf_do_5_1D_ce()868 SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE)); in sctp_sf_do_5_1D_ce()964 if (asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) in sctp_sf_do_5_1E_ca()966 SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE)); in sctp_sf_do_5_1E_ca()3227 if (asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) { in sctp_sf_eat_data_6_2()3229 SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE)); in sctp_sf_eat_data_6_2()4245 SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE)); in sctp_sf_eat_fwd_tsn()5642 if (asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) in sctp_sf_do_9_2_start_shutdown()5644 SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE)); in sctp_sf_do_9_2_start_shutdown()5723 if (asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) in sctp_sf_do_9_2_shutdown_ack()[all …]
354 from_timer(asoc, t, timers[SCTP_EVENT_TIMEOUT_AUTOCLOSE]); in sctp_generate_autoclose_event()356 sctp_generate_timeout_event(asoc, SCTP_EVENT_TIMEOUT_AUTOCLOSE); in sctp_generate_autoclose_event()527 [SCTP_EVENT_TIMEOUT_AUTOCLOSE] = sctp_generate_autoclose_event,
140 asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE] = sp->autoclose * HZ; in sctp_association_init()
Completed in 22 milliseconds