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

/freebsd-10.0-release/sys/netinet/
H A Dsctp_indata.h91 uint32_t rwnd, int *abort_now, int ecne_seen);
97 int *abort_now, uint8_t flags,
H A Dsctp_input.c4862 int abort_now = 0; local
4919 sctp_express_handle_sack(stcb, cum_ack, a_rwnd, &abort_now, ecne_seen);
4923 num_seg, 0, num_dup, &abort_now, flags,
4926 if (abort_now) {
4945 int abort_now = 0; local
5007 &abort_now, ecne_seen);
5011 num_seg, num_nr_seg, num_dup, &abort_now, flags,
5014 if (abort_now) {
H A Dsctp_indata.c3772 uint32_t rwnd, int *abort_now, int ecne_seen)
3852 *abort_now = 1;
4222 *abort_now = 1;
4326 int *abort_now, uint8_t flags,
4441 *abort_now = 1;
4950 *abort_now = 1;
3771 sctp_express_handle_sack(struct sctp_tcb *stcb, uint32_t cumack, uint32_t rwnd, int *abort_now, int ecne_seen) argument
4323 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

Completed in 193 milliseconds