Home
last modified time | relevance | path

Searched refs:SCTP_EVENT_TIMEOUT_AUTOCLOSE (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/include/net/sctp/
Dconstants.h102 SCTP_EVENT_TIMEOUT_AUTOCLOSE, enumerator
105 #define SCTP_EVENT_TIMEOUT_MAX SCTP_EVENT_TIMEOUT_AUTOCLOSE
/linux-3.4.99/net/sctp/
Doutput.c571 timer = &asoc->timers[SCTP_EVENT_TIMEOUT_AUTOCLOSE]; in sctp_packet_transmit()
572 timeout = asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]; in sctp_packet_transmit()
Dsm_statefuns.c815 SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE)); in sctp_sf_do_5_1D_ce()
902 SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE)); in sctp_sf_do_5_1E_ca()
2924 SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE)); in sctp_sf_eat_data_6_2()
3820 SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE)); in sctp_sf_eat_fwd_tsn()
5176 SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE)); in sctp_sf_do_9_2_start_shutdown()
5254 SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE)); in sctp_sf_do_9_2_shutdown_ack()
Dassociola.c175 asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE] = in sctp_association_init()
Dsm_sideeffect.c361 sctp_generate_timeout_event(asoc, SCTP_EVENT_TIMEOUT_AUTOCLOSE); in sctp_generate_autoclose_event()