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

/freebsd-10.0-release/sys/netinet/
H A Dsctp_indata.c545 struct sctp_queued_to_read *control, int *abort_flag)
614 *abort_flag = 1;
845 struct sctp_tmit_chunk *chk, int *abort_flag)
896 *abort_flag = 1;
927 *abort_flag = 1;
963 *abort_flag = 1;
996 *abort_flag = 1;
1090 *abort_flag = 1;
1126 *abort_flag = 1;
1163 *abort_flag
544 sctp_queue_data_to_stream(struct sctp_tcb *stcb, struct sctp_association *asoc, struct sctp_queued_to_read *control, int *abort_flag) argument
844 sctp_queue_data_for_reasm(struct sctp_tcb *stcb, struct sctp_association *asoc, struct sctp_tmit_chunk *chk, int *abort_flag) argument
1425 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
2530 int abort_flag = 0, was_a_gap; local
5196 sctp_update_acked(struct sctp_tcb *stcb, struct sctp_shutdown_chunk *cp, int *abort_flag) argument
5344 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.c436 int retval, abort_flag; local
441 abort_flag = 0;
446 &abort_flag, (struct sctp_chunkhdr *)cp, &nat_friendly);
447 if (abort_flag) {
865 struct sctp_tcb *stcb, struct sctp_nets *net, int *abort_flag)
888 sctp_update_acked(stcb, cp, abort_flag);
889 if (*abort_flag) {
3687 int abort_flag = 0; local
3702 sctp_handle_forward_tsn(stcb, &fwdtsn, &abort_flag, NULL, 0);
3703 if (abort_flag) {
864 sctp_handle_shutdown(struct sctp_shutdown_chunk *cp, struct sctp_tcb *stcb, struct sctp_nets *net, int *abort_flag) argument
3807 int abort_flag = 0; local
5089 int abort_flag = 0; local
5380 int abort_flag = 0; local
[all...]
H A Dsctp_output.c5375 int abort_flag, padval; local
5401 abort_flag = 0;
5404 &abort_flag, (struct sctp_chunkhdr *)init_chk, &nat_friendly);
5405 if (abort_flag) {

Completed in 127 milliseconds