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

/freebsd-10.3-release/sys/netinet/
H A Dsctp_indata.c545 struct sctp_queued_to_read *control, int *abort_flag)
601 *abort_flag = 1;
855 struct sctp_tmit_chunk *chk, int *abort_flag)
891 *abort_flag = 1;
908 *abort_flag = 1;
929 *abort_flag = 1;
946 *abort_flag = 1;
1023 *abort_flag = 1;
1044 *abort_flag = 1;
1062 *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
854 sctp_queue_data_for_reasm(struct sctp_tcb *stcb, struct sctp_association *asoc, struct sctp_tmit_chunk *chk, int *abort_flag) argument
1283 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
2318 int abort_flag = 0, was_a_gap; local
4947 sctp_update_acked(struct sctp_tcb *stcb, struct sctp_shutdown_chunk *cp, int *abort_flag) argument
5095 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.c447 int retval, abort_flag; local
452 abort_flag = 0;
456 &abort_flag, (struct sctp_chunkhdr *)cp, &nat_friendly);
457 if (abort_flag) {
863 struct sctp_tcb *stcb, struct sctp_nets *net, int *abort_flag)
888 sctp_update_acked(stcb, cp, abort_flag);
889 if (*abort_flag) {
3727 int abort_flag = 0; local
3742 sctp_handle_forward_tsn(stcb, &fwdtsn, &abort_flag, NULL, 0);
3743 if (abort_flag) {
862 sctp_handle_shutdown(struct sctp_shutdown_chunk *cp, struct sctp_tcb *stcb, struct sctp_nets *net, int *abort_flag) argument
3862 int abort_flag = 0; local
5153 int abort_flag = 0; local
5455 int abort_flag = 0; local
[all...]
H A Dsctp_output.c5523 int abort_flag; local
5568 abort_flag = 0;
5571 &abort_flag, (struct sctp_chunkhdr *)init_chk, &nat_friendly);
5572 if (abort_flag) {

Completed in 79 milliseconds