Lines Matching refs:sctp_state_fn_t

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