Searched refs:ecne_seen (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);
98 uint32_t cum_ack, uint32_t rwnd, int ecne_seen);
H A Dsctp_input.c4430 int ecne_seen = 0; local
4919 sctp_express_handle_sack(stcb, cum_ack, a_rwnd, &abort_now, ecne_seen);
4924 cum_ack, a_rwnd, ecne_seen);
5007 &abort_now, ecne_seen);
5012 cum_ack, a_rwnd, ecne_seen);
5281 ecne_seen = 1;
H A Dsctp_indata.c3772 uint32_t rwnd, int *abort_now, int ecne_seen)
4039 if ((asoc->last_acked_seq != cumack) && (ecne_seen == 0)) {
4327 uint32_t cum_ack, uint32_t rwnd, int ecne_seen)
4848 if (ecne_seen == 0) {
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 84 milliseconds