Searched refs:SCTP_EVENT_TIMEOUT_AUTOCLOSE (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | constants.h | 81 SCTP_EVENT_TIMEOUT_AUTOCLOSE, enumerator 84 #define SCTP_EVENT_TIMEOUT_MAX SCTP_EVENT_TIMEOUT_AUTOCLOSE
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | constants.h | 82 SCTP_EVENT_TIMEOUT_AUTOCLOSE, enumerator 85 #define SCTP_EVENT_TIMEOUT_MAX SCTP_EVENT_TIMEOUT_AUTOCLOSE
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | output.c | 606 asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) { in sctp_packet_transmit() 608 &asoc->timers[SCTP_EVENT_TIMEOUT_AUTOCLOSE]; in sctp_packet_transmit() 610 asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]; in sctp_packet_transmit()
|
H A D | sm_statefuns.c | 854 if (new_asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) in sctp_sf_do_5_1D_ce() 856 SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE)); in sctp_sf_do_5_1D_ce() 952 if (asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) in sctp_sf_do_5_1E_ca() 954 SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE)); in sctp_sf_do_5_1E_ca() 3162 if (asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) { in sctp_sf_eat_data_6_2() 3164 SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE)); in sctp_sf_eat_data_6_2() 4139 if (asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) { in sctp_sf_eat_fwd_tsn() 4141 SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE)); in sctp_sf_eat_fwd_tsn() 5541 if (asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) in sctp_sf_do_9_2_start_shutdown() 5543 SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE)); in sctp_sf_do_9_2_start_shutdown() [all...] |
H A D | sm_sideeffect.c | 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() 499 [SCTP_EVENT_TIMEOUT_AUTOCLOSE] = sctp_generate_autoclose_event,
|
H A D | associola.c | 137 asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE] = sp->autoclose * HZ; in sctp_association_init()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | output.c | 630 asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) { in sctp_packet_transmit() 632 &asoc->timers[SCTP_EVENT_TIMEOUT_AUTOCLOSE]; in sctp_packet_transmit() 634 asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]; in sctp_packet_transmit()
|
H A D | sm_statefuns.c | 865 if (new_asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) in sctp_sf_do_5_1D_ce() 867 SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE)); in sctp_sf_do_5_1D_ce() 965 if (asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) in sctp_sf_do_5_1E_ca() 967 SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE)); in sctp_sf_do_5_1E_ca() 3226 if (asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) { in sctp_sf_eat_data_6_2() 3228 SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE)); in sctp_sf_eat_data_6_2() 4242 if (asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) { in sctp_sf_eat_fwd_tsn() 4244 SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE)); in sctp_sf_eat_fwd_tsn() 5641 if (asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) in sctp_sf_do_9_2_start_shutdown() 5643 SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE)); in sctp_sf_do_9_2_start_shutdown() [all...] |
H A D | sm_sideeffect.c | 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() 531 [SCTP_EVENT_TIMEOUT_AUTOCLOSE] = sctp_generate_autoclose_event,
|
H A D | associola.c | 140 asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE] = sp->autoclose * HZ; in sctp_association_init()
|
Completed in 24 milliseconds