Searched defs:abort_now (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_indata.c3552 uint32_t rwnd, int *abort_now, int ecne_seen)
3634 *abort_now = 1;
4010 *abort_now = 1;
4105 int *abort_now, uint8_t flags,
4221 *abort_now = 1;
4746 *abort_now = 1;
3551 sctp_express_handle_sack(struct sctp_tcb *stcb, uint32_t cumack, uint32_t rwnd, int *abort_now, int ecne_seen) argument
4102 sctp_handle_sack(struct mbuf *m, int offset_seg, int offset_dup, struct sctp_tcb *stcb, uint16_t num_seg, uint16_t num_nr_seg, uint16_t num_dup, int *abort_now, uint8_t flags, uint32_t cum_ack, uint32_t rwnd, int ecne_seen) argument
H A Dsctp_input.c4964 int abort_now = 0; local
5017 sctp_express_handle_sack(stcb, cum_ack, a_rwnd, &abort_now, ecne_seen);
5021 num_seg, 0, num_dup, &abort_now, flags,
5024 if (abort_now) {
5040 int abort_now = 0; local
5102 &abort_now, ecne_seen);
5106 num_seg, num_nr_seg, num_dup, &abort_now, flags,
5109 if (abort_now) {

Completed in 57 milliseconds