Lines Matching refs:sctp_state_fn_t

73 typedef sctp_disposition_t (sctp_state_fn_t) (struct net *,  typedef
81 sctp_state_fn_t *fn;
90 sctp_state_fn_t sctp_sf_not_impl;
91 sctp_state_fn_t sctp_sf_bug;
94 sctp_state_fn_t sctp_sf_timer_ignore;
97 sctp_state_fn_t sctp_sf_do_9_1_abort;
98 sctp_state_fn_t sctp_sf_cookie_wait_abort;
99 sctp_state_fn_t sctp_sf_cookie_echoed_abort;
100 sctp_state_fn_t sctp_sf_shutdown_pending_abort;
101 sctp_state_fn_t sctp_sf_shutdown_sent_abort;
102 sctp_state_fn_t sctp_sf_shutdown_ack_sent_abort;
103 sctp_state_fn_t sctp_sf_do_5_1B_init;
104 sctp_state_fn_t sctp_sf_do_5_1C_ack;
105 sctp_state_fn_t sctp_sf_do_5_1D_ce;
106 sctp_state_fn_t sctp_sf_do_5_1E_ca;
107 sctp_state_fn_t sctp_sf_do_4_C;
108 sctp_state_fn_t sctp_sf_eat_data_6_2;
109 sctp_state_fn_t sctp_sf_eat_data_fast_4_4;
110 sctp_state_fn_t sctp_sf_eat_sack_6_2;
111 sctp_state_fn_t sctp_sf_operr_notify;
112 sctp_state_fn_t sctp_sf_t1_init_timer_expire;
113 sctp_state_fn_t sctp_sf_t1_cookie_timer_expire;
114 sctp_state_fn_t sctp_sf_t2_timer_expire;
115 sctp_state_fn_t sctp_sf_t4_timer_expire;
116 sctp_state_fn_t sctp_sf_t5_timer_expire;
117 sctp_state_fn_t sctp_sf_sendbeat_8_3;
118 sctp_state_fn_t sctp_sf_beat_8_3;
119 sctp_state_fn_t sctp_sf_backbeat_8_3;
120 sctp_state_fn_t sctp_sf_do_9_2_final;
121 sctp_state_fn_t sctp_sf_do_9_2_shutdown;
122 sctp_state_fn_t sctp_sf_do_9_2_shut_ctsn;
123 sctp_state_fn_t sctp_sf_do_ecn_cwr;
124 sctp_state_fn_t sctp_sf_do_ecne;
125 sctp_state_fn_t sctp_sf_ootb;
126 sctp_state_fn_t sctp_sf_pdiscard;
127 sctp_state_fn_t sctp_sf_violation;
128 sctp_state_fn_t sctp_sf_discard_chunk;
129 sctp_state_fn_t sctp_sf_do_5_2_1_siminit;
130 sctp_state_fn_t sctp_sf_do_5_2_2_dupinit;
131 sctp_state_fn_t sctp_sf_do_5_2_3_initack;
132 sctp_state_fn_t sctp_sf_do_5_2_4_dupcook;
133 sctp_state_fn_t sctp_sf_unk_chunk;
134 sctp_state_fn_t sctp_sf_do_8_5_1_E_sa;
135 sctp_state_fn_t sctp_sf_cookie_echoed_err;
136 sctp_state_fn_t sctp_sf_do_asconf;
137 sctp_state_fn_t sctp_sf_do_asconf_ack;
138 sctp_state_fn_t sctp_sf_do_9_2_reshutack;
139 sctp_state_fn_t sctp_sf_eat_fwd_tsn;
140 sctp_state_fn_t sctp_sf_eat_fwd_tsn_fast;
141 sctp_state_fn_t sctp_sf_eat_auth;
144 sctp_state_fn_t sctp_sf_do_prm_asoc;
145 sctp_state_fn_t sctp_sf_do_prm_send;
146 sctp_state_fn_t sctp_sf_do_9_2_prm_shutdown;
147 sctp_state_fn_t sctp_sf_cookie_wait_prm_shutdown;
148 sctp_state_fn_t sctp_sf_cookie_echoed_prm_shutdown;
149 sctp_state_fn_t sctp_sf_do_9_1_prm_abort;
150 sctp_state_fn_t sctp_sf_cookie_wait_prm_abort;
151 sctp_state_fn_t sctp_sf_cookie_echoed_prm_abort;
152 sctp_state_fn_t sctp_sf_shutdown_pending_prm_abort;
153 sctp_state_fn_t sctp_sf_shutdown_sent_prm_abort;
154 sctp_state_fn_t sctp_sf_shutdown_ack_sent_prm_abort;
155 sctp_state_fn_t sctp_sf_error_closed;
156 sctp_state_fn_t sctp_sf_error_shutdown;
157 sctp_state_fn_t sctp_sf_ignore_primitive;
158 sctp_state_fn_t sctp_sf_do_prm_requestheartbeat;
159 sctp_state_fn_t sctp_sf_do_prm_asconf;
162 sctp_state_fn_t sctp_sf_do_no_pending_tsn;
163 sctp_state_fn_t sctp_sf_do_9_2_start_shutdown;
164 sctp_state_fn_t sctp_sf_do_9_2_shutdown_ack;
165 sctp_state_fn_t sctp_sf_ignore_other;
166 sctp_state_fn_t sctp_sf_cookie_wait_icmp_abort;
169 sctp_state_fn_t sctp_sf_do_6_3_3_rtx;
170 sctp_state_fn_t sctp_sf_do_6_2_sack;
171 sctp_state_fn_t sctp_sf_autoclose_timer_expire;