• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/

Lines Matching defs:abort

1055 /* Helper function to send out an abort for the restart
2319 * Stop T1 timer and abort association with "INIT failed".
2889 struct sctp_chunk *abort;
2897 abort = sctp_make_abort(asoc, chunk, 0);
2898 if (!abort) {
2904 if (sctp_test_T_bit(abort))
2908 abort->skb->sk = ep->base.sk;
2910 sctp_packet_append_chunk(packet, abort);
3279 struct sctp_chunk *abort;
3312 abort = sctp_make_abort(asoc, asconf_ack,
3314 if (abort) {
3315 sctp_init_cause(abort, SCTP_ERROR_ASCONF_ACK, NULL, 0);
3317 SCTP_CHUNK(abort));
3342 abort = sctp_make_abort(asoc, asconf_ack,
3344 if (abort) {
3345 sctp_init_cause(abort, SCTP_ERROR_RSRC_LOW, NULL, 0);
3347 SCTP_CHUNK(abort));
3690 struct sctp_chunk *abort = NULL;
3693 /* Make the abort chunk. */
3694 abort = sctp_make_abort_violation(asoc, chunk, err_str,
3696 if (!abort)
3699 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(abort));
3982 * attempting to abort the association results in a failure, an error
3991 * o cause code - reason of the abort to be passed to the peer
4012 struct sctp_chunk *abort = arg;
4017 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(abort));
4129 * state table when someone issues an abort while in COOKIE_WAIT state.
4141 struct sctp_chunk *abort = arg;
4149 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(abort));
4178 * state table when someone issues an abort while in COOKIE_ECHOED state.
4203 * state table when someone issues an abort while in SHUTDOWN-PENDING state.
4229 * state table when someone issues an abort while in SHUTDOWN-SENT state.
4259 * state table when someone issues an abort while in COOKIE_ECHOED state.
4632 * endpoint MUST abort the initialization process and report the
4693 * After that, the endpoint MUST abort the initialization process and
4874 * At the expiration of this timer the sender SHOULD abort the association
5042 struct sctp_chunk *abort;
5050 abort = sctp_make_abort(asoc, chunk, paylen);
5051 if (!abort) {
5057 if (sctp_test_T_bit(abort))
5063 sctp_addto_chunk(abort, paylen, payload);
5066 abort->skb->sk = ep->base.sk;
5068 sctp_packet_append_chunk(packet, abort);