Searched refs:abort_flag (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_indata.c563 struct sctp_queued_to_read *control, int *abort_flag)
619 *abort_flag = 1;
848 struct sctp_tmit_chunk *chk, int *abort_flag)
884 *abort_flag = 1;
901 *abort_flag = 1;
922 *abort_flag = 1;
939 *abort_flag = 1;
1016 *abort_flag = 1;
1037 *abort_flag = 1;
1055 *abort_flag
562 sctp_queue_data_to_stream(struct sctp_tcb *stcb, struct sctp_association *asoc, struct sctp_queued_to_read *control, int *abort_flag) argument
847 sctp_queue_data_for_reasm(struct sctp_tcb *stcb, struct sctp_association *asoc, struct sctp_tmit_chunk *chk, int *abort_flag) argument
1276 sctp_process_a_data_chunk(struct sctp_tcb *stcb, struct sctp_association *asoc, struct mbuf **m, int offset, struct sctp_data_chunk *ch, int chk_length, struct sctp_nets *net, uint32_t *high_tsn, int *abort_flag, int *break_flag, int last_chunk) argument
2322 int abort_flag = 0, was_a_gap; local
4985 sctp_update_acked(struct sctp_tcb *stcb, struct sctp_shutdown_chunk *cp, int *abort_flag) argument
5132 sctp_handle_forward_tsn(struct sctp_tcb *stcb, struct sctp_forward_tsn_chunk *fwd, int *abort_flag, struct mbuf *m ,int offset) argument
[all...]
H A Dsctp_input.c467 int retval, abort_flag; local
472 abort_flag = 0;
476 &abort_flag, (struct sctp_chunkhdr *)cp, &nat_friendly);
477 if (abort_flag) {
901 struct sctp_tcb *stcb, struct sctp_nets *net, int *abort_flag)
922 sctp_update_acked(stcb, cp, abort_flag);
923 if (*abort_flag) {
3788 int abort_flag = 0; local
3799 sctp_handle_forward_tsn(stcb, &fwdtsn, &abort_flag, NULL, 0);
3800 if (abort_flag) {
900 sctp_handle_shutdown(struct sctp_shutdown_chunk *cp, struct sctp_tcb *stcb, struct sctp_nets *net, int *abort_flag) argument
3905 int abort_flag = 0; local
5176 int abort_flag = 0; local
5482 int abort_flag = 0; local
[all...]
H A Dsctp_output.c5874 int abort_flag; local
5902 abort_flag = 0;
5905 &abort_flag, (struct sctp_chunkhdr *)init_chk, &nat_friendly);
5906 if (abort_flag) {

Completed in 99 milliseconds