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

/freebsd-10.1-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.c4408 int ecne_seen = 0; local
4903 sctp_express_handle_sack(stcb, cum_ack, a_rwnd, &abort_now, ecne_seen);
4908 cum_ack, a_rwnd, ecne_seen);
4990 &abort_now, ecne_seen);
4995 cum_ack, a_rwnd, ecne_seen);
5265 ecne_seen = 1;
H A Dsctp_indata.c3549 uint32_t rwnd, int *abort_now, int ecne_seen)
3806 if ((asoc->last_acked_seq != cumack) && (ecne_seen == 0)) {
4085 uint32_t cum_ack, uint32_t rwnd, int ecne_seen)
4596 if (ecne_seen == 0) {
3548 sctp_express_handle_sack(struct sctp_tcb *stcb, uint32_t cumack, uint32_t rwnd, int *abort_now, int ecne_seen) argument
4081 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 172 milliseconds