• 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_chunk

179 __u8 sctp_get_chunk_type(struct sctp_chunk *chunk);
183 int sctp_chunk_iif(const struct sctp_chunk *);
185 struct sctp_chunk *,
191 struct sctp_chunk *sctp_make_init(const struct sctp_association *,
194 struct sctp_chunk *sctp_make_init_ack(const struct sctp_association *,
195 const struct sctp_chunk *,
198 struct sctp_chunk *sctp_make_cookie_echo(const struct sctp_association *,
199 const struct sctp_chunk *);
200 struct sctp_chunk *sctp_make_cookie_ack(const struct sctp_association *,
201 const struct sctp_chunk *);
202 struct sctp_chunk *sctp_make_cwr(const struct sctp_association *,
204 const struct sctp_chunk *);
205 struct sctp_chunk * sctp_make_datafrag_empty(struct sctp_association *,
209 struct sctp_chunk *sctp_make_ecne(const struct sctp_association *,
211 struct sctp_chunk *sctp_make_sack(const struct sctp_association *);
212 struct sctp_chunk *sctp_make_shutdown(const struct sctp_association *asoc,
213 const struct sctp_chunk *chunk);
214 struct sctp_chunk *sctp_make_shutdown_ack(const struct sctp_association *asoc,
215 const struct sctp_chunk *);
216 struct sctp_chunk *sctp_make_shutdown_complete(const struct sctp_association *,
217 const struct sctp_chunk *);
218 void sctp_init_cause(struct sctp_chunk *, __be16 cause, size_t);
219 struct sctp_chunk *sctp_make_abort(const struct sctp_association *,
220 const struct sctp_chunk *,
222 struct sctp_chunk *sctp_make_abort_no_data(const struct sctp_association *,
223 const struct sctp_chunk *,
225 struct sctp_chunk *sctp_make_abort_user(const struct sctp_association *,
227 struct sctp_chunk *sctp_make_abort_violation(const struct sctp_association *,
228 const struct sctp_chunk *,
231 struct sctp_chunk *sctp_make_violation_paramlen(const struct sctp_association *,
232 const struct sctp_chunk *,
234 struct sctp_chunk *sctp_make_heartbeat(const struct sctp_association *,
238 struct sctp_chunk *sctp_make_heartbeat_ack(const struct sctp_association *,
239 const struct sctp_chunk *,
242 struct sctp_chunk *sctp_make_op_error(const struct sctp_association *,
243 const struct sctp_chunk *chunk,
249 struct sctp_chunk *sctp_make_asconf_update_ip(struct sctp_association *,
253 struct sctp_chunk *sctp_make_asconf_set_prim(struct sctp_association *asoc,
258 struct sctp_chunk *sctp_process_asconf(struct sctp_association *asoc,
259 struct sctp_chunk *asconf);
261 struct sctp_chunk *asconf_ack);
262 struct sctp_chunk *sctp_make_fwdtsn(const struct sctp_association *asoc,
265 struct sctp_chunk *sctp_make_auth(const struct sctp_association *asoc);
267 void sctp_chunk_assign_tsn(struct sctp_chunk *);
268 void sctp_chunk_assign_ssn(struct sctp_chunk *);
288 struct sctp_chunk *,
290 struct sctp_chunk **err_chk_p);
303 static inline __u16 sctp_data_size(struct sctp_chunk *chunk)
396 sctp_vtag_verify(const struct sctp_chunk *chunk,
415 sctp_vtag_verify_either(const struct sctp_chunk *chunk,