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

/freebsd-11.0-release/sys/netinet/
H A Dsctp_indata.c418 int *abort_flag, int opspot)
447 *abort_flag = 1;
478 struct sctp_queued_to_read *control, int *abort_flag, int *need_reasm)
523 *abort_flag = 1;
619 *abort_flag = 1;
894 int *abort_flag)
939 abort_flag,
1003 abort_flag,
1289 int *abort_flag, uint32_t tsn)
1309 abort_flag,
415 sctp_abort_in_reasm(struct sctp_tcb *stcb, struct sctp_queued_to_read *control, struct sctp_tmit_chunk *chk, int *abort_flag, int opspot) argument
475 sctp_queue_data_to_stream(struct sctp_tcb *stcb, struct sctp_stream_in *strm, struct sctp_association *asoc, struct sctp_queued_to_read *control, int *abort_flag, int *need_reasm) argument
890 sctp_inject_old_unordered_data(struct sctp_tcb *stcb, struct sctp_association *asoc, struct sctp_queued_to_read *control, struct sctp_tmit_chunk *chk, int *abort_flag) argument
1284 sctp_queue_data_for_reasm(struct sctp_tcb *stcb, struct sctp_association *asoc, struct sctp_stream_in *strm, struct sctp_queued_to_read *control, struct sctp_tmit_chunk *chk, int created_control, int *abort_flag, uint32_t tsn) argument
1574 sctp_process_a_data_chunk(struct sctp_tcb *stcb, struct sctp_association *asoc, struct mbuf **m, int offset, int chk_length, struct sctp_nets *net, uint32_t * high_tsn, int *abort_flag, int *break_flag, int last_chunk, uint8_t chtype) argument
2549 int abort_flag = 0, was_a_gap; local
5149 sctp_update_acked(struct sctp_tcb *stcb, struct sctp_shutdown_chunk *cp, int *abort_flag) argument
5382 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.c448 int retval, abort_flag; local
453 abort_flag = 0;
457 &abort_flag, (struct sctp_chunkhdr *)cp, &nat_friendly);
458 if (abort_flag) {
864 struct sctp_tcb *stcb, struct sctp_nets *net, int *abort_flag)
889 sctp_update_acked(stcb, cp, abort_flag);
890 if (*abort_flag) {
3749 int abort_flag = 0; local
3764 sctp_handle_forward_tsn(stcb, &fwdtsn, &abort_flag, NULL, 0);
3765 if (abort_flag) {
863 sctp_handle_shutdown(struct sctp_shutdown_chunk *cp, struct sctp_tcb *stcb, struct sctp_nets *net, int *abort_flag) argument
3884 int abort_flag = 0; local
5183 int abort_flag = 0; local
5486 int abort_flag = 0; local
[all...]
H A Dsctp_output.c5531 int abort_flag; local
5576 abort_flag = 0;
5579 &abort_flag, (struct sctp_chunkhdr *)init_chk, &nat_friendly);
5580 if (abort_flag) {

Completed in 190 milliseconds