• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/

Lines Matching refs:sctp_state_fn_t

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