Searched refs:lchk (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/netinet/
H A Dsctp_cc_functions.c133 struct sctp_tmit_chunk *lchk; local
188 lchk = TAILQ_FIRST(&asoc->send_queue);
193 if (lchk == NULL) {
197 asoc->fast_recovery_tsn = lchk->rec.data.TSN_seq - 1;
206 if (lchk == NULL) {
210 net->fast_recovery_tsn = lchk->rec.data.TSN_seq - 1;
1686 struct sctp_tmit_chunk *lchk; local
1690 lchk = TAILQ_FIRST(&asoc->send_queue);
1695 if (lchk == NULL) {
1699 asoc->fast_recovery_tsn = lchk
2208 struct sctp_tmit_chunk *lchk; local
[all...]
H A Dsctp_timer.c961 struct sctp_tmit_chunk *lchk; local
963 lchk = sctp_try_advance_peer_ack_point(stcb, &stcb->asoc);
967 if (lchk) {
969 sctp_timer_start(SCTP_TIMER_TYPE_SEND, stcb->sctp_ep, stcb, lchk->whoTo);
H A Dsctp_indata.c4046 struct sctp_tmit_chunk *lchk; local
4050 lchk = sctp_try_advance_peer_ack_point(stcb, asoc);
4058 } else if (lchk) {
4060 if (lchk->rec.data.fwd_tsn_cnt >= 3) {
4065 if (lchk) {
4068 stcb->sctp_ep, stcb, lchk->whoTo);
4895 struct sctp_tmit_chunk *lchk; local
4899 lchk = sctp_try_advance_peer_ack_point(stcb, asoc);
4912 } else if (lchk) {
4914 if (lchk
[all...]
H A Dsctp_input.c2991 struct sctp_tmit_chunk *lchk; local
3012 lchk = TAILQ_LAST(&stcb->asoc.send_queue, sctpchunk_listhead);
3013 if (lchk == NULL) {
3016 window_data_tsn = lchk->rec.data.TSN_seq;
3021 TAILQ_FOREACH(lchk, &stcb->asoc.sent_queue, sctp_next) {
3022 if (lchk->rec.data.TSN_seq == tsn) {
3023 net = lchk->whoTo;
3024 net->ecn_prev_cwnd = lchk->rec.data.cwnd_at_send;
3027 if (SCTP_TSN_GT(lchk->rec.data.TSN_seq, tsn)) {

Completed in 120 milliseconds